1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
5 sdc2_clk_on: sdc2_clk_on {
8 bias-disable; /* NO pull */
9 drive-strength = <16>; /* 16 mA */
13 sdc2_clk_off: sdc2_clk_off {
16 bias-disable; /* NO pull */
17 drive-strength = <2>; /* 2 mA */
21 sdc2_cmd_on: sdc2_cmd_on {
24 bias-pull-up; /* pull up */
25 drive-strength = <10>; /* 10 mA */
29 sdc2_cmd_off: sdc2_cmd_off {
32 bias-pull-up; /* pull up */
33 drive-strength = <2>; /* 2 mA */
37 sdc2_data_on: sdc2_data_on {
40 bias-pull-up; /* pull up */
41 drive-strength = <10>; /* 10 mA */
45 sdc2_data_off: sdc2_data_off {
48 bias-pull-up; /* pull up */
49 drive-strength = <2>; /* 2 mA */
53 sdc2_cd_on: sdc2_cd_on {
61 bias-pull-up; /* pull up */
62 drive-strength = <2>; /* 2 mA */
66 sdc2_cd_off: sdc2_cd_off {
74 bias-pull-up; /* pull up */
75 drive-strength = <2>; /* 2 mA */
79 blsp1_uart3_on: blsp1_uart3_on {
82 function = "blsp_uart3_a";
89 function = "blsp_uart3_a";
96 function = "blsp_uart3_a";
103 function = "blsp_uart3_a";
104 drive-strength = <2>;