| .. | .. |
|---|
| 79 | 79 | |
|---|
| 80 | 80 | mmc0_pwrseq: mmc0_pwrseq { |
|---|
| 81 | 81 | compatible = "mmc-pwrseq-simple"; |
|---|
| 82 | | - pinctrl-names = "default"; |
|---|
| 83 | | - pinctrl-0 = <&wifi_reg_on_pin_chip_pro>; |
|---|
| 84 | 82 | reset-gpios = <&pio 1 10 GPIO_ACTIVE_LOW>; /* PB10 */ |
|---|
| 85 | 83 | }; |
|---|
| 86 | 84 | }; |
|---|
| .. | .. |
|---|
| 94 | 92 | }; |
|---|
| 95 | 93 | |
|---|
| 96 | 94 | &i2c0 { |
|---|
| 97 | | - pinctrl-names = "default"; |
|---|
| 98 | | - pinctrl-0 = <&i2c0_pins_a>; |
|---|
| 99 | 95 | status = "okay"; |
|---|
| 100 | 96 | |
|---|
| 101 | 97 | axp209: pmic@34 { |
|---|
| .. | .. |
|---|
| 114 | 110 | #include "axp209.dtsi" |
|---|
| 115 | 111 | |
|---|
| 116 | 112 | &i2c1 { |
|---|
| 117 | | - pinctrl-names = "default"; |
|---|
| 118 | | - pinctrl-0 = <&i2c1_pins_a>; |
|---|
| 119 | 113 | status = "disabled"; |
|---|
| 120 | 114 | }; |
|---|
| 121 | 115 | |
|---|
| 122 | 116 | &i2s0 { |
|---|
| 123 | 117 | pinctrl-names = "default"; |
|---|
| 124 | | - pinctrl-0 = <&i2s0_mclk_pins_a>, <&i2s0_data_pins_a>; |
|---|
| 118 | + pinctrl-0 = <&i2s0_mclk_pin>, <&i2s0_data_pins>; |
|---|
| 125 | 119 | status = "disabled"; |
|---|
| 126 | 120 | }; |
|---|
| 127 | 121 | |
|---|
| 128 | 122 | &mmc0 { |
|---|
| 129 | | - pinctrl-names = "default"; |
|---|
| 130 | | - pinctrl-0 = <&mmc0_pins_a>; |
|---|
| 131 | 123 | vmmc-supply = <®_vcc3v3>; |
|---|
| 132 | 124 | mmc-pwrseq = <&mmc0_pwrseq>; |
|---|
| 133 | 125 | bus-width = <4>; |
|---|
| .. | .. |
|---|
| 137 | 129 | |
|---|
| 138 | 130 | &nfc { |
|---|
| 139 | 131 | pinctrl-names = "default"; |
|---|
| 140 | | - pinctrl-0 = <&nand_pins_a &nand_cs0_pins_a &nand_rb0_pins_a>; |
|---|
| 132 | + pinctrl-0 = <&nand_pins &nand_cs0_pin &nand_rb0_pin>; |
|---|
| 141 | 133 | status = "okay"; |
|---|
| 142 | 134 | |
|---|
| 143 | 135 | nand@0 { |
|---|
| 144 | | - #address-cells = <2>; |
|---|
| 145 | | - #size-cells = <2>; |
|---|
| 146 | 136 | reg = <0>; |
|---|
| 147 | 137 | allwinner,rb = <0>; |
|---|
| 148 | 138 | nand-ecc-mode = "hw"; |
|---|
| .. | .. |
|---|
| 157 | 147 | status = "okay"; |
|---|
| 158 | 148 | }; |
|---|
| 159 | 149 | |
|---|
| 160 | | -&pio { |
|---|
| 161 | | - usb0_id_pin_chip_pro: usb0-id-pin@0 { |
|---|
| 162 | | - pins = "PG2"; |
|---|
| 163 | | - function = "gpio_in"; |
|---|
| 164 | | - }; |
|---|
| 165 | | - |
|---|
| 166 | | - wifi_reg_on_pin_chip_pro: wifi-reg-on-pin@0 { |
|---|
| 167 | | - pins = "PB10"; |
|---|
| 168 | | - function = "gpio_out"; |
|---|
| 169 | | - }; |
|---|
| 170 | | -}; |
|---|
| 171 | | - |
|---|
| 172 | 150 | &pwm { |
|---|
| 173 | 151 | pinctrl-names = "default"; |
|---|
| 174 | | - pinctrl-0 = <&pwm0_pins>, <&pwm1_pins>; |
|---|
| 152 | + pinctrl-0 = <&pwm0_pin>, <&pwm1_pins>; |
|---|
| 175 | 153 | status = "disabled"; |
|---|
| 176 | 154 | }; |
|---|
| 177 | 155 | |
|---|
| .. | .. |
|---|
| 220 | 198 | |
|---|
| 221 | 199 | &uart1 { |
|---|
| 222 | 200 | pinctrl-names = "default"; |
|---|
| 223 | | - pinctrl-0 = <&uart1_pins_b>, <&uart1_cts_rts_pins_a>; |
|---|
| 201 | + pinctrl-0 = <&uart1_pg_pins>, <&uart1_cts_rts_pins>; |
|---|
| 224 | 202 | status = "okay"; |
|---|
| 225 | 203 | }; |
|---|
| 226 | 204 | |
|---|
| 227 | 205 | &uart2 { |
|---|
| 228 | 206 | pinctrl-names = "default"; |
|---|
| 229 | | - pinctrl-0 = <&uart2_pins_a>, <&uart2_cts_rts_pins_a>; |
|---|
| 207 | + pinctrl-0 = <&uart2_pd_pins>, <&uart2_cts_rts_pd_pins>; |
|---|
| 230 | 208 | status = "disabled"; |
|---|
| 231 | 209 | }; |
|---|
| 232 | 210 | |
|---|
| 233 | 211 | &uart3 { |
|---|
| 234 | 212 | pinctrl-names = "default"; |
|---|
| 235 | | - pinctrl-0 = <&uart3_pins_a>, <&uart3_cts_rts_pins_a>; |
|---|
| 213 | + pinctrl-0 = <&uart3_pg_pins>, <&uart3_cts_rts_pg_pins>; |
|---|
| 236 | 214 | status = "okay"; |
|---|
| 237 | 215 | }; |
|---|
| 238 | 216 | |
|---|
| .. | .. |
|---|
| 253 | 231 | }; |
|---|
| 254 | 232 | |
|---|
| 255 | 233 | &usbphy { |
|---|
| 256 | | - pinctrl-names = "default"; |
|---|
| 257 | | - pinctrl-0 = <&usb0_id_pin_chip_pro>; |
|---|
| 258 | | - usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
|---|
| 234 | + usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
|---|
| 259 | 235 | usb0_vbus_power-supply = <&usb_power_supply>; |
|---|
| 260 | 236 | usb1_vbus-supply = <®_vcc5v0>; |
|---|
| 261 | 237 | status = "okay"; |
|---|