.. | .. |
---|
94 | 94 | }; |
---|
95 | 95 | |
---|
96 | 96 | &i2c0 { |
---|
97 | | - pinctrl-names = "default"; |
---|
98 | | - pinctrl-0 = <&i2c0_pins_a>; |
---|
99 | 97 | status = "okay"; |
---|
100 | 98 | |
---|
101 | 99 | axp209: pmic@34 { |
---|
.. | .. |
---|
109 | 107 | }; |
---|
110 | 108 | |
---|
111 | 109 | &i2c1 { |
---|
112 | | - pinctrl-names = "default"; |
---|
113 | | - pinctrl-0 = <&i2c1_pins_a>; |
---|
114 | 110 | status = "disabled"; |
---|
115 | 111 | }; |
---|
116 | 112 | |
---|
117 | 113 | &i2c2 { |
---|
118 | | - pinctrl-names = "default"; |
---|
119 | | - pinctrl-0 = <&i2c2_pins_a>; |
---|
120 | 114 | status = "disabled"; |
---|
121 | 115 | }; |
---|
122 | 116 | |
---|
.. | .. |
---|
124 | 118 | vref-supply = <®_ldo2>; |
---|
125 | 119 | status = "okay"; |
---|
126 | 120 | |
---|
127 | | - button@984 { |
---|
| 121 | + button-984 { |
---|
128 | 122 | label = "Home"; |
---|
129 | 123 | linux,code = <KEY_HOMEPAGE>; |
---|
130 | 124 | channel = <0>; |
---|
.. | .. |
---|
133 | 127 | }; |
---|
134 | 128 | |
---|
135 | 129 | &mmc0 { |
---|
136 | | - pinctrl-names = "default"; |
---|
137 | | - pinctrl-0 = <&mmc0_pins_a>; |
---|
138 | 130 | vmmc-supply = <®_vcc3v3>; |
---|
139 | 131 | bus-width = <4>; |
---|
140 | 132 | broken-cd; |
---|
.. | .. |
---|
143 | 135 | |
---|
144 | 136 | &mmc2 { |
---|
145 | 137 | pinctrl-names = "default"; |
---|
146 | | - pinctrl-0 = <&mmc2_4bit_pins_a>; |
---|
| 138 | + pinctrl-0 = <&mmc2_4bit_pc_pins>; |
---|
147 | 139 | vmmc-supply = <®_vcc3v3>; |
---|
148 | 140 | bus-width = <4>; |
---|
149 | 141 | broken-cd; |
---|
.. | .. |
---|
204 | 196 | |
---|
205 | 197 | &uart1 { |
---|
206 | 198 | pinctrl-names = "default"; |
---|
207 | | - pinctrl-0 = <&uart1_pins_b>; |
---|
| 199 | + pinctrl-0 = <&uart1_pg_pins>; |
---|
208 | 200 | status = "okay"; |
---|
209 | 201 | }; |
---|
210 | 202 | |
---|
.. | .. |
---|
214 | 206 | }; |
---|
215 | 207 | |
---|
216 | 208 | &usbphy { |
---|
217 | | - pinctrl-names = "default"; |
---|
218 | | - usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
---|
219 | | - usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */ |
---|
| 209 | + usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
---|
| 210 | + usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */ |
---|
220 | 211 | usb0_vbus-supply = <®_usb0_vbus>; |
---|
221 | 212 | usb1_vbus-supply = <®_vcc5v0>; |
---|
222 | 213 | status = "okay"; |
---|