| .. | .. |
|---|
| 123 | 123 | }; |
|---|
| 124 | 124 | |
|---|
| 125 | 125 | &i2c0 { |
|---|
| 126 | | - pinctrl-names = "default"; |
|---|
| 127 | | - pinctrl-0 = <&i2c0_pins_a>; |
|---|
| 128 | 126 | status = "okay"; |
|---|
| 129 | 127 | |
|---|
| 130 | 128 | axp209: pmic@34 { |
|---|
| .. | .. |
|---|
| 143 | 141 | #include "axp209.dtsi" |
|---|
| 144 | 142 | |
|---|
| 145 | 143 | &i2c1 { |
|---|
| 146 | | - pinctrl-names = "default"; |
|---|
| 147 | | - pinctrl-0 = <&i2c1_pins_a>; |
|---|
| 148 | 144 | status = "okay"; |
|---|
| 149 | 145 | |
|---|
| 150 | 146 | wm8978: codec@1a { |
|---|
| .. | .. |
|---|
| 154 | 150 | }; |
|---|
| 155 | 151 | |
|---|
| 156 | 152 | pcf8563: rtc@51 { |
|---|
| 157 | | - compatible = "phg,pcf8563"; |
|---|
| 153 | + compatible = "nxp,pcf8563"; |
|---|
| 158 | 154 | reg = <0x51>; |
|---|
| 159 | 155 | }; |
|---|
| 160 | 156 | }; |
|---|
| 161 | 157 | |
|---|
| 162 | 158 | &i2c2 { |
|---|
| 163 | | - pinctrl-names = "default"; |
|---|
| 164 | | - pinctrl-0 = <&i2c2_pins_a>; |
|---|
| 165 | 159 | status = "okay"; |
|---|
| 166 | 160 | }; |
|---|
| 167 | 161 | |
|---|
| 168 | 162 | &i2s0 { |
|---|
| 169 | 163 | pinctrl-names = "default"; |
|---|
| 170 | | - pinctrl-0 = <&i2s0_mclk_pins_a>, <&i2s0_data_pins_a>; |
|---|
| 164 | + pinctrl-0 = <&i2s0_mclk_pin>, <&i2s0_data_pins>; |
|---|
| 171 | 165 | status = "okay"; |
|---|
| 172 | 166 | }; |
|---|
| 173 | 167 | |
|---|
| 174 | 168 | &ir0 { |
|---|
| 175 | 169 | pinctrl-names = "default"; |
|---|
| 176 | | - pinctrl-0 = <&ir0_rx_pins_a>; |
|---|
| 170 | + pinctrl-0 = <&ir0_rx_pin>; |
|---|
| 177 | 171 | status = "okay"; |
|---|
| 178 | 172 | }; |
|---|
| 179 | 173 | |
|---|
| .. | .. |
|---|
| 181 | 175 | vref-supply = <®_ldo2>; |
|---|
| 182 | 176 | status = "okay"; |
|---|
| 183 | 177 | |
|---|
| 184 | | - button@190 { |
|---|
| 178 | + button-190 { |
|---|
| 185 | 179 | label = "Volume Up"; |
|---|
| 186 | 180 | linux,code = <KEY_VOLUMEUP>; |
|---|
| 187 | 181 | channel = <0>; |
|---|
| 188 | 182 | voltage = <190000>; |
|---|
| 189 | 183 | }; |
|---|
| 190 | 184 | |
|---|
| 191 | | - button@390 { |
|---|
| 185 | + button-390 { |
|---|
| 192 | 186 | label = "Volume Down"; |
|---|
| 193 | 187 | linux,code = <KEY_VOLUMEDOWN>; |
|---|
| 194 | 188 | channel = <0>; |
|---|
| 195 | 189 | voltage = <390000>; |
|---|
| 196 | 190 | }; |
|---|
| 197 | 191 | |
|---|
| 198 | | - button@600 { |
|---|
| 192 | + button-600 { |
|---|
| 199 | 193 | label = "Menu"; |
|---|
| 200 | 194 | linux,code = <KEY_MENU>; |
|---|
| 201 | 195 | channel = <0>; |
|---|
| 202 | 196 | voltage = <600000>; |
|---|
| 203 | 197 | }; |
|---|
| 204 | 198 | |
|---|
| 205 | | - button@800 { |
|---|
| 199 | + button-800 { |
|---|
| 206 | 200 | label = "Search"; |
|---|
| 207 | 201 | linux,code = <KEY_SEARCH>; |
|---|
| 208 | 202 | channel = <0>; |
|---|
| 209 | 203 | voltage = <800000>; |
|---|
| 210 | 204 | }; |
|---|
| 211 | 205 | |
|---|
| 212 | | - button@980 { |
|---|
| 206 | + button-980 { |
|---|
| 213 | 207 | label = "Home"; |
|---|
| 214 | 208 | linux,code = <KEY_HOMEPAGE>; |
|---|
| 215 | 209 | channel = <0>; |
|---|
| 216 | 210 | voltage = <980000>; |
|---|
| 217 | 211 | }; |
|---|
| 218 | 212 | |
|---|
| 219 | | - button@1180 { |
|---|
| 213 | + button-1180 { |
|---|
| 220 | 214 | label = "Esc"; |
|---|
| 221 | 215 | linux,code = <KEY_ESC>; |
|---|
| 222 | 216 | channel = <0>; |
|---|
| 223 | 217 | voltage = <1180000>; |
|---|
| 224 | 218 | }; |
|---|
| 225 | 219 | |
|---|
| 226 | | - button@1400 { |
|---|
| 220 | + button-1400 { |
|---|
| 227 | 221 | label = "Enter"; |
|---|
| 228 | 222 | linux,code = <KEY_ENTER>; |
|---|
| 229 | 223 | channel = <0>; |
|---|
| .. | .. |
|---|
| 232 | 226 | }; |
|---|
| 233 | 227 | |
|---|
| 234 | 228 | &mmc0 { |
|---|
| 235 | | - pinctrl-names = "default"; |
|---|
| 236 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_gr8_evb>; |
|---|
| 237 | 229 | vmmc-supply = <®_vcc3v3>; |
|---|
| 238 | 230 | bus-width = <4>; |
|---|
| 239 | 231 | cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ |
|---|
| .. | .. |
|---|
| 242 | 234 | |
|---|
| 243 | 235 | &nfc { |
|---|
| 244 | 236 | pinctrl-names = "default"; |
|---|
| 245 | | - pinctrl-0 = <&nand_pins_a &nand_cs0_pins_a &nand_rb0_pins_a>; |
|---|
| 237 | + pinctrl-0 = <&nand_pins &nand_cs0_pin &nand_rb0_pin>; |
|---|
| 246 | 238 | |
|---|
| 247 | 239 | /* MLC Support sucks for now */ |
|---|
| 248 | 240 | status = "disabled"; |
|---|
| .. | .. |
|---|
| 256 | 248 | status = "okay"; |
|---|
| 257 | 249 | }; |
|---|
| 258 | 250 | |
|---|
| 259 | | -&pio { |
|---|
| 260 | | - mmc0_cd_pin_gr8_evb: mmc0-cd-pin@0 { |
|---|
| 261 | | - pins = "PG0"; |
|---|
| 262 | | - function = "gpio_in"; |
|---|
| 263 | | - }; |
|---|
| 264 | | - |
|---|
| 265 | | - usb0_id_pin_gr8_evb: usb0-id-pin@0 { |
|---|
| 266 | | - pins = "PG2"; |
|---|
| 267 | | - function = "gpio_in"; |
|---|
| 268 | | - }; |
|---|
| 269 | | - |
|---|
| 270 | | - usb0_vbus_det_pin_gr8_evb: usb0-vbus-det-pin@0 { |
|---|
| 271 | | - pins = "PG1"; |
|---|
| 272 | | - function = "gpio_in"; |
|---|
| 273 | | - }; |
|---|
| 274 | | - |
|---|
| 275 | | - usb1_vbus_pin_gr8_evb: usb1-vbus-pin@0 { |
|---|
| 276 | | - pins = "PG13"; |
|---|
| 277 | | - function = "gpio_out"; |
|---|
| 278 | | - }; |
|---|
| 279 | | -}; |
|---|
| 280 | | - |
|---|
| 281 | 251 | &pwm { |
|---|
| 282 | 252 | pinctrl-names = "default"; |
|---|
| 283 | | - pinctrl-0 = <&pwm0_pins>; |
|---|
| 253 | + pinctrl-0 = <&pwm0_pin>; |
|---|
| 284 | 254 | status = "okay"; |
|---|
| 285 | 255 | }; |
|---|
| 286 | 256 | |
|---|
| .. | .. |
|---|
| 310 | 280 | }; |
|---|
| 311 | 281 | |
|---|
| 312 | 282 | ®_usb1_vbus { |
|---|
| 313 | | - pinctrl-0 = <&usb1_vbus_pin_gr8_evb>; |
|---|
| 314 | 283 | gpio = <&pio 6 13 GPIO_ACTIVE_HIGH>; |
|---|
| 315 | 284 | status = "okay"; |
|---|
| 316 | 285 | }; |
|---|
| .. | .. |
|---|
| 321 | 290 | |
|---|
| 322 | 291 | &spdif { |
|---|
| 323 | 292 | pinctrl-names = "default"; |
|---|
| 324 | | - pinctrl-0 = <&spdif_tx_pins_a>; |
|---|
| 293 | + pinctrl-0 = <&spdif_tx_pin>; |
|---|
| 325 | 294 | status = "okay"; |
|---|
| 326 | 295 | }; |
|---|
| 327 | 296 | |
|---|
| .. | .. |
|---|
| 331 | 300 | |
|---|
| 332 | 301 | &uart1 { |
|---|
| 333 | 302 | pinctrl-names = "default"; |
|---|
| 334 | | - pinctrl-0 = <&uart1_pins_b>, <&uart1_cts_rts_pins_a>; |
|---|
| 303 | + pinctrl-0 = <&uart1_pg_pins>, <&uart1_cts_rts_pins>; |
|---|
| 335 | 304 | status = "okay"; |
|---|
| 336 | 305 | }; |
|---|
| 337 | 306 | |
|---|
| .. | .. |
|---|
| 356 | 325 | }; |
|---|
| 357 | 326 | |
|---|
| 358 | 327 | &usbphy { |
|---|
| 359 | | - pinctrl-names = "default"; |
|---|
| 360 | | - pinctrl-0 = <&usb0_id_pin_gr8_evb>, <&usb0_vbus_det_pin_gr8_evb>; |
|---|
| 361 | | - usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
|---|
| 362 | | - usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */ |
|---|
| 328 | + usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ |
|---|
| 329 | + usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */ |
|---|
| 363 | 330 | usb0_vbus_power-supply = <&usb_power_supply>; |
|---|
| 364 | 331 | usb1_vbus-supply = <®_usb1_vbus>; |
|---|
| 365 | 332 | status = "okay"; |
|---|