.. | .. |
---|
62 | 62 | }; |
---|
63 | 63 | |
---|
64 | 64 | &i2c1 { |
---|
65 | | - pinctrl-names = "default"; |
---|
66 | | - pinctrl-0 = <&i2c1_pins_a>; |
---|
67 | 65 | status = "okay"; |
---|
68 | 66 | }; |
---|
69 | 67 | |
---|
70 | 68 | &i2c2 { |
---|
71 | | - pinctrl-names = "default"; |
---|
72 | | - pinctrl-0 = <&i2c2_pins_a>; |
---|
73 | 69 | status = "okay"; |
---|
74 | 70 | }; |
---|
75 | 71 | |
---|
.. | .. |
---|
89 | 85 | status = "okay"; |
---|
90 | 86 | }; |
---|
91 | 87 | |
---|
92 | | -&pio { |
---|
93 | | - mmc0_cd_pin_bs1078v2: mmc0_cd_pin@0 { |
---|
94 | | - pins = "PA8"; |
---|
95 | | - function = "gpio_in"; |
---|
96 | | - bias-pull-up; |
---|
97 | | - }; |
---|
98 | | -}; |
---|
99 | | - |
---|
100 | 88 | &mmc0 { |
---|
101 | | - pinctrl-names = "default"; |
---|
102 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bs1078v2>; |
---|
103 | 89 | vmmc-supply = <®_vcc3v0>; |
---|
104 | 90 | bus-width = <4>; |
---|
105 | 91 | cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */ |
---|
106 | 92 | status = "okay"; |
---|
107 | | -}; |
---|
108 | | - |
---|
109 | | -&mmc0_pins_a { |
---|
110 | | - bias-pull-up; |
---|
111 | 93 | }; |
---|
112 | 94 | |
---|
113 | 95 | &p2wi { |
---|
.. | .. |
---|
189 | 171 | |
---|
190 | 172 | &uart0 { |
---|
191 | 173 | pinctrl-names = "default"; |
---|
192 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 174 | + pinctrl-0 = <&uart0_ph_pins>; |
---|
193 | 175 | status = "okay"; |
---|
194 | 176 | }; |
---|
195 | 177 | |
---|