.. | .. |
---|
106 | 106 | }; |
---|
107 | 107 | |
---|
108 | 108 | &i2c0 { |
---|
109 | | - pinctrl-names = "default"; |
---|
110 | | - pinctrl-0 = <&i2c0_pins_a>; |
---|
111 | 109 | status = "okay"; |
---|
112 | 110 | |
---|
113 | 111 | axp209: pmic@34 { |
---|
.. | .. |
---|
121 | 119 | }; |
---|
122 | 120 | |
---|
123 | 121 | &i2c1 { |
---|
124 | | - pinctrl-names = "default"; |
---|
125 | | - pinctrl-0 = <&i2c1_pins_a>; |
---|
126 | 122 | status = "okay"; |
---|
127 | 123 | }; |
---|
128 | 124 | |
---|
129 | 125 | &i2c2 { |
---|
130 | | - pinctrl-names = "default"; |
---|
131 | | - pinctrl-0 = <&i2c2_pins_a>; |
---|
132 | 126 | status = "okay"; |
---|
133 | 127 | }; |
---|
134 | 128 | |
---|
135 | 129 | &mmc0 { |
---|
136 | | - pinctrl-names = "default"; |
---|
137 | | - pinctrl-0 = <&mmc0_pins_a>; |
---|
138 | 130 | vmmc-supply = <®_vcc3v0>; |
---|
139 | 131 | bus-width = <4>; |
---|
140 | 132 | cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */ |
---|
.. | .. |
---|
153 | 145 | status = "okay"; |
---|
154 | 146 | }; |
---|
155 | 147 | |
---|
156 | | -&pio { |
---|
157 | | - usb0_id_detect_pin: usb0_id_detect_pin@0 { |
---|
158 | | - pins = "PH4"; |
---|
159 | | - function = "gpio_in"; |
---|
160 | | - }; |
---|
161 | | - |
---|
162 | | - usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 { |
---|
163 | | - pins = "PH5"; |
---|
164 | | - function = "gpio_in"; |
---|
165 | | - }; |
---|
166 | | -}; |
---|
167 | | - |
---|
168 | 148 | ®_usb0_vbus { |
---|
169 | 149 | status = "okay"; |
---|
170 | 150 | }; |
---|
.. | .. |
---|
179 | 159 | |
---|
180 | 160 | &uart0 { |
---|
181 | 161 | pinctrl-names = "default"; |
---|
182 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 162 | + pinctrl-0 = <&uart0_pb_pins>; |
---|
183 | 163 | status = "okay"; |
---|
184 | 164 | }; |
---|
185 | 165 | |
---|
186 | 166 | &uart2 { |
---|
187 | 167 | pinctrl-names = "default"; |
---|
188 | | - pinctrl-0 = <&uart2_pins_a>; |
---|
| 168 | + pinctrl-0 = <&uart2_pi_pins>, <&uart2_cts_rts_pi_pins>; |
---|
189 | 169 | status = "okay"; |
---|
190 | 170 | }; |
---|
191 | 171 | |
---|
.. | .. |
---|
195 | 175 | }; |
---|
196 | 176 | |
---|
197 | 177 | &usbphy { |
---|
198 | | - pinctrl-names = "default"; |
---|
199 | | - pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>; |
---|
200 | 178 | usb0_id_det-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */ |
---|
201 | 179 | usb0_vbus_det-gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */ |
---|
202 | 180 | usb0_vbus-supply = <®_usb0_vbus>; |
---|