Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Gateworks Corporation |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 13 | #include <dt-bindings/gpio/gpio.h> |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 14 | #include "imx6q.dtsi" |
| 15 | |
| 16 | / { |
| 17 | model = "Gateworks Ventana GW5400-A"; |
| 18 | compatible = "gw,imx6q-gw5400-a", "gw,ventana", "fsl,imx6q"; |
| 19 | |
| 20 | /* these are used by bootloader for disabling nodes */ |
| 21 | aliases { |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 22 | ethernet1 = ð1; |
| 23 | i2c0 = &i2c1; |
| 24 | i2c1 = &i2c2; |
| 25 | i2c2 = &i2c3; |
| 26 | led0 = &led0; |
| 27 | led1 = &led1; |
| 28 | led2 = &led2; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 29 | ssi0 = &ssi1; |
| 30 | spi0 = &ecspi1; |
| 31 | usb0 = &usbh1; |
| 32 | usb1 = &usbotg; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 33 | }; |
| 34 | |
| 35 | chosen { |
| 36 | bootargs = "console=ttymxc1,115200"; |
| 37 | }; |
| 38 | |
| 39 | leds { |
| 40 | compatible = "gpio-leds"; |
| 41 | |
| 42 | led0: user1 { |
| 43 | label = "user1"; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 44 | gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* 102 -> MX6_PANLEDG */ |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 45 | default-state = "on"; |
| 46 | linux,default-trigger = "heartbeat"; |
| 47 | }; |
| 48 | |
| 49 | led1: user2 { |
| 50 | label = "user2"; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 51 | gpios = <&gpio4 10 GPIO_ACTIVE_HIGH>; /* 106 -> MX6_PANLEDR */ |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 52 | default-state = "off"; |
| 53 | }; |
| 54 | |
| 55 | led2: user3 { |
| 56 | label = "user3"; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 57 | gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* 111 -> MX6_LOCLED# */ |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 58 | default-state = "off"; |
| 59 | }; |
| 60 | }; |
| 61 | |
| 62 | memory { |
| 63 | reg = <0x10000000 0x40000000>; |
| 64 | }; |
| 65 | |
| 66 | pps { |
| 67 | compatible = "pps-gpio"; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 68 | gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 69 | status = "okay"; |
| 70 | }; |
| 71 | |
| 72 | regulators { |
| 73 | compatible = "simple-bus"; |
| 74 | #address-cells = <1>; |
| 75 | #size-cells = <0>; |
| 76 | |
| 77 | reg_1p0v: regulator@0 { |
| 78 | compatible = "regulator-fixed"; |
| 79 | reg = <0>; |
| 80 | regulator-name = "1P0V"; |
| 81 | regulator-min-microvolt = <1000000>; |
| 82 | regulator-max-microvolt = <1000000>; |
| 83 | regulator-always-on; |
| 84 | }; |
| 85 | |
| 86 | reg_3p3v: regulator@1 { |
| 87 | compatible = "regulator-fixed"; |
| 88 | reg = <1>; |
| 89 | regulator-name = "3P3V"; |
| 90 | regulator-min-microvolt = <3300000>; |
| 91 | regulator-max-microvolt = <3300000>; |
| 92 | regulator-always-on; |
| 93 | }; |
| 94 | |
| 95 | reg_usb_h1_vbus: regulator@2 { |
| 96 | compatible = "regulator-fixed"; |
| 97 | reg = <2>; |
| 98 | regulator-name = "usb_h1_vbus"; |
| 99 | regulator-min-microvolt = <5000000>; |
| 100 | regulator-max-microvolt = <5000000>; |
| 101 | regulator-always-on; |
| 102 | }; |
| 103 | |
| 104 | reg_usb_otg_vbus: regulator@3 { |
| 105 | compatible = "regulator-fixed"; |
| 106 | reg = <3>; |
| 107 | regulator-name = "usb_otg_vbus"; |
| 108 | regulator-min-microvolt = <5000000>; |
| 109 | regulator-max-microvolt = <5000000>; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 110 | gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 111 | enable-active-high; |
| 112 | }; |
| 113 | }; |
| 114 | |
| 115 | sound { |
Tim Harvey | b12d1e9 | 2014-05-21 23:04:54 -0700 | [diff] [blame] | 116 | compatible = "fsl,imx6q-ventana-sgtl5000", |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 117 | "fsl,imx-audio-sgtl5000"; |
Tim Harvey | b12d1e9 | 2014-05-21 23:04:54 -0700 | [diff] [blame] | 118 | model = "sgtl5000-audio"; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 119 | ssi-controller = <&ssi1>; |
| 120 | audio-codec = <&codec>; |
| 121 | audio-routing = |
| 122 | "MIC_IN", "Mic Jack", |
| 123 | "Mic Jack", "Mic Bias", |
| 124 | "Headphone Jack", "HP_OUT"; |
| 125 | mux-int-port = <1>; |
| 126 | mux-ext-port = <4>; |
| 127 | }; |
| 128 | }; |
| 129 | |
| 130 | &audmux { |
| 131 | pinctrl-names = "default"; |
| 132 | pinctrl-0 = <&pinctrl_audmux>; |
| 133 | status = "okay"; |
| 134 | }; |
| 135 | |
| 136 | &ecspi1 { |
| 137 | fsl,spi-num-chipselects = <1>; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 138 | cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 139 | pinctrl-names = "default"; |
| 140 | pinctrl-0 = <&pinctrl_ecspi1>; |
| 141 | status = "okay"; |
| 142 | |
| 143 | flash: m25p80@0 { |
| 144 | compatible = "sst,w25q256"; |
| 145 | spi-max-frequency = <30000000>; |
| 146 | reg = <0>; |
| 147 | }; |
| 148 | }; |
| 149 | |
| 150 | &fec { |
| 151 | pinctrl-names = "default"; |
| 152 | pinctrl-0 = <&pinctrl_enet>; |
| 153 | phy-mode = "rgmii"; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 154 | phy-reset-gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 155 | status = "okay"; |
| 156 | }; |
| 157 | |
Tim Harvey | aef15db | 2014-04-23 00:47:51 -0700 | [diff] [blame] | 158 | &hdmi { |
| 159 | ddc-i2c-bus = <&i2c3>; |
| 160 | status = "okay"; |
| 161 | }; |
| 162 | |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 163 | &i2c1 { |
| 164 | clock-frequency = <100000>; |
| 165 | pinctrl-names = "default"; |
| 166 | pinctrl-0 = <&pinctrl_i2c1>; |
| 167 | status = "okay"; |
| 168 | |
| 169 | eeprom1: eeprom@50 { |
| 170 | compatible = "atmel,24c02"; |
| 171 | reg = <0x50>; |
| 172 | pagesize = <16>; |
| 173 | }; |
| 174 | |
| 175 | eeprom2: eeprom@51 { |
| 176 | compatible = "atmel,24c02"; |
| 177 | reg = <0x51>; |
| 178 | pagesize = <16>; |
| 179 | }; |
| 180 | |
| 181 | eeprom3: eeprom@52 { |
| 182 | compatible = "atmel,24c02"; |
| 183 | reg = <0x52>; |
| 184 | pagesize = <16>; |
| 185 | }; |
| 186 | |
| 187 | eeprom4: eeprom@53 { |
| 188 | compatible = "atmel,24c02"; |
| 189 | reg = <0x53>; |
| 190 | pagesize = <16>; |
| 191 | }; |
| 192 | |
| 193 | gpio: pca9555@23 { |
| 194 | compatible = "nxp,pca9555"; |
| 195 | reg = <0x23>; |
| 196 | gpio-controller; |
| 197 | #gpio-cells = <2>; |
| 198 | }; |
| 199 | |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 200 | rtc: ds1672@68 { |
| 201 | compatible = "dallas,ds1672"; |
| 202 | reg = <0x68>; |
| 203 | }; |
| 204 | }; |
| 205 | |
| 206 | &i2c2 { |
| 207 | clock-frequency = <100000>; |
| 208 | pinctrl-names = "default"; |
| 209 | pinctrl-0 = <&pinctrl_i2c2>; |
| 210 | status = "okay"; |
| 211 | |
| 212 | pmic: pfuze100@08 { |
| 213 | compatible = "fsl,pfuze100"; |
| 214 | reg = <0x08>; |
| 215 | |
| 216 | regulators { |
| 217 | sw1a_reg: sw1ab { |
| 218 | regulator-min-microvolt = <300000>; |
| 219 | regulator-max-microvolt = <1875000>; |
| 220 | regulator-boot-on; |
| 221 | regulator-always-on; |
| 222 | regulator-ramp-delay = <6250>; |
| 223 | }; |
| 224 | |
| 225 | sw1c_reg: sw1c { |
| 226 | regulator-min-microvolt = <300000>; |
| 227 | regulator-max-microvolt = <1875000>; |
| 228 | regulator-boot-on; |
| 229 | regulator-always-on; |
| 230 | regulator-ramp-delay = <6250>; |
| 231 | }; |
| 232 | |
| 233 | sw2_reg: sw2 { |
| 234 | regulator-min-microvolt = <800000>; |
| 235 | regulator-max-microvolt = <3950000>; |
| 236 | regulator-boot-on; |
| 237 | regulator-always-on; |
| 238 | }; |
| 239 | |
| 240 | sw3a_reg: sw3a { |
| 241 | regulator-min-microvolt = <400000>; |
| 242 | regulator-max-microvolt = <1975000>; |
| 243 | regulator-boot-on; |
| 244 | regulator-always-on; |
| 245 | }; |
| 246 | |
| 247 | sw3b_reg: sw3b { |
| 248 | regulator-min-microvolt = <400000>; |
| 249 | regulator-max-microvolt = <1975000>; |
| 250 | regulator-boot-on; |
| 251 | regulator-always-on; |
| 252 | }; |
| 253 | |
| 254 | sw4_reg: sw4 { |
| 255 | regulator-min-microvolt = <800000>; |
| 256 | regulator-max-microvolt = <3300000>; |
| 257 | }; |
| 258 | |
| 259 | swbst_reg: swbst { |
| 260 | regulator-min-microvolt = <5000000>; |
| 261 | regulator-max-microvolt = <5150000>; |
| 262 | }; |
| 263 | |
| 264 | snvs_reg: vsnvs { |
| 265 | regulator-min-microvolt = <1000000>; |
| 266 | regulator-max-microvolt = <3000000>; |
| 267 | regulator-boot-on; |
| 268 | regulator-always-on; |
| 269 | }; |
| 270 | |
| 271 | vref_reg: vrefddr { |
| 272 | regulator-boot-on; |
| 273 | regulator-always-on; |
| 274 | }; |
| 275 | |
| 276 | vgen1_reg: vgen1 { |
| 277 | regulator-min-microvolt = <800000>; |
| 278 | regulator-max-microvolt = <1550000>; |
| 279 | }; |
| 280 | |
| 281 | vgen2_reg: vgen2 { |
| 282 | regulator-min-microvolt = <800000>; |
| 283 | regulator-max-microvolt = <1550000>; |
| 284 | }; |
| 285 | |
| 286 | vgen3_reg: vgen3 { |
| 287 | regulator-min-microvolt = <1800000>; |
| 288 | regulator-max-microvolt = <3300000>; |
| 289 | }; |
| 290 | |
| 291 | vgen4_reg: vgen4 { |
| 292 | regulator-min-microvolt = <1800000>; |
| 293 | regulator-max-microvolt = <3300000>; |
| 294 | regulator-always-on; |
| 295 | }; |
| 296 | |
| 297 | vgen5_reg: vgen5 { |
| 298 | regulator-min-microvolt = <1800000>; |
| 299 | regulator-max-microvolt = <3300000>; |
| 300 | regulator-always-on; |
| 301 | }; |
| 302 | |
| 303 | vgen6_reg: vgen6 { |
| 304 | regulator-min-microvolt = <1800000>; |
| 305 | regulator-max-microvolt = <3300000>; |
| 306 | regulator-always-on; |
| 307 | }; |
| 308 | }; |
| 309 | }; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 310 | }; |
| 311 | |
| 312 | &i2c3 { |
| 313 | clock-frequency = <100000>; |
| 314 | pinctrl-names = "default"; |
| 315 | pinctrl-0 = <&pinctrl_i2c3>; |
| 316 | status = "okay"; |
| 317 | |
| 318 | accelerometer: mma8450@1c { |
| 319 | compatible = "fsl,mma8450"; |
| 320 | reg = <0x1c>; |
| 321 | }; |
| 322 | |
| 323 | codec: sgtl5000@0a { |
| 324 | compatible = "fsl,sgtl5000"; |
| 325 | reg = <0x0a>; |
| 326 | clocks = <&clks 201>; |
| 327 | VDDA-supply = <&sw4_reg>; |
| 328 | VDDIO-supply = <®_3p3v>; |
| 329 | }; |
| 330 | |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 331 | touchscreen: egalax_ts@04 { |
| 332 | compatible = "eeti,egalax_ts"; |
| 333 | reg = <0x04>; |
| 334 | interrupt-parent = <&gpio7>; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 335 | interrupts = <12 2>; |
| 336 | wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 337 | }; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 338 | }; |
| 339 | |
| 340 | &iomuxc { |
| 341 | pinctrl-names = "default"; |
| 342 | pinctrl-0 = <&pinctrl_hog>; |
| 343 | |
| 344 | imx6q-gw5400-a { |
| 345 | pinctrl_hog: hoggrp { |
| 346 | fsl,pins = < |
| 347 | MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x80000000 /* OTG_PWR_EN */ |
| 348 | MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x80000000 /* SPINOR_CS0# */ |
| 349 | MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28 0x80000000 /* PCIE IRQ */ |
| 350 | MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x80000000 /* PCIE RST */ |
| 351 | MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x000130b0 /* AUD4_MCK */ |
| 352 | MX6QDL_PAD_GPIO_5__GPIO1_IO05 0x80000000 /* GPS_PPS */ |
| 353 | MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x80000000 /* TOUCH_IRQ# */ |
| 354 | MX6QDL_PAD_KEY_COL0__GPIO4_IO06 0x80000000 /* user1 led */ |
| 355 | MX6QDL_PAD_KEY_COL2__GPIO4_IO10 0x80000000 /* user2 led */ |
| 356 | MX6QDL_PAD_KEY_ROW4__GPIO4_IO15 0x80000000 /* user3 led */ |
| 357 | MX6QDL_PAD_SD1_DAT0__GPIO1_IO16 0x80000000 /* USBHUB_RST# */ |
| 358 | MX6QDL_PAD_SD1_DAT3__GPIO1_IO21 0x80000000 /* MIPI_DIO */ |
| 359 | >; |
| 360 | }; |
| 361 | |
| 362 | pinctrl_audmux: audmuxgrp { |
| 363 | fsl,pins = < |
| 364 | MX6QDL_PAD_SD2_DAT0__AUD4_RXD 0x130b0 |
| 365 | MX6QDL_PAD_SD2_DAT3__AUD4_TXC 0x130b0 |
| 366 | MX6QDL_PAD_SD2_DAT2__AUD4_TXD 0x110b0 |
| 367 | MX6QDL_PAD_SD2_DAT1__AUD4_TXFS 0x130b0 |
| 368 | >; |
| 369 | }; |
| 370 | |
| 371 | pinctrl_ecspi1: ecspi1grp { |
| 372 | fsl,pins = < |
| 373 | MX6QDL_PAD_EIM_D17__ECSPI1_MISO 0x100b1 |
| 374 | MX6QDL_PAD_EIM_D18__ECSPI1_MOSI 0x100b1 |
| 375 | MX6QDL_PAD_EIM_D16__ECSPI1_SCLK 0x100b1 |
| 376 | >; |
| 377 | }; |
| 378 | |
| 379 | pinctrl_enet: enetgrp { |
| 380 | fsl,pins = < |
| 381 | MX6QDL_PAD_RGMII_RXC__RGMII_RXC 0x1b0b0 |
| 382 | MX6QDL_PAD_RGMII_RD0__RGMII_RD0 0x1b0b0 |
| 383 | MX6QDL_PAD_RGMII_RD1__RGMII_RD1 0x1b0b0 |
| 384 | MX6QDL_PAD_RGMII_RD2__RGMII_RD2 0x1b0b0 |
| 385 | MX6QDL_PAD_RGMII_RD3__RGMII_RD3 0x1b0b0 |
| 386 | MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL 0x1b0b0 |
| 387 | MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b0b0 |
| 388 | MX6QDL_PAD_RGMII_TD0__RGMII_TD0 0x1b0b0 |
| 389 | MX6QDL_PAD_RGMII_TD1__RGMII_TD1 0x1b0b0 |
| 390 | MX6QDL_PAD_RGMII_TD2__RGMII_TD2 0x1b0b0 |
| 391 | MX6QDL_PAD_RGMII_TD3__RGMII_TD3 0x1b0b0 |
| 392 | MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL 0x1b0b0 |
| 393 | MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK 0x1b0b0 |
| 394 | MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0 |
| 395 | MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0 |
| 396 | MX6QDL_PAD_GPIO_16__ENET_REF_CLK 0x4001b0a8 |
| 397 | >; |
| 398 | }; |
| 399 | |
| 400 | pinctrl_i2c1: i2c1grp { |
| 401 | fsl,pins = < |
| 402 | MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1 |
| 403 | MX6QDL_PAD_EIM_D28__I2C1_SDA 0x4001b8b1 |
| 404 | >; |
| 405 | }; |
| 406 | |
| 407 | pinctrl_i2c2: i2c2grp { |
| 408 | fsl,pins = < |
| 409 | MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1 |
| 410 | MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1 |
| 411 | >; |
| 412 | }; |
| 413 | |
| 414 | pinctrl_i2c3: i2c3grp { |
| 415 | fsl,pins = < |
| 416 | MX6QDL_PAD_GPIO_3__I2C3_SCL 0x4001b8b1 |
| 417 | MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b8b1 |
| 418 | >; |
| 419 | }; |
| 420 | |
| 421 | pinctrl_uart1: uart1grp { |
| 422 | fsl,pins = < |
| 423 | MX6QDL_PAD_SD3_DAT7__UART1_TX_DATA 0x1b0b1 |
| 424 | MX6QDL_PAD_SD3_DAT6__UART1_RX_DATA 0x1b0b1 |
| 425 | >; |
| 426 | }; |
| 427 | |
| 428 | pinctrl_uart2: uart2grp { |
| 429 | fsl,pins = < |
| 430 | MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b0b1 |
| 431 | MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b0b1 |
| 432 | >; |
| 433 | }; |
| 434 | |
| 435 | pinctrl_uart5: uart5grp { |
| 436 | fsl,pins = < |
| 437 | MX6QDL_PAD_KEY_COL1__UART5_TX_DATA 0x1b0b1 |
| 438 | MX6QDL_PAD_KEY_ROW1__UART5_RX_DATA 0x1b0b1 |
| 439 | >; |
| 440 | }; |
| 441 | |
| 442 | pinctrl_usbotg: usbotggrp { |
| 443 | fsl,pins = < |
| 444 | MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x17059 |
| 445 | >; |
| 446 | }; |
| 447 | |
| 448 | pinctrl_usdhc3: usdhc3grp { |
| 449 | fsl,pins = < |
| 450 | MX6QDL_PAD_SD3_CMD__SD3_CMD 0x17059 |
| 451 | MX6QDL_PAD_SD3_CLK__SD3_CLK 0x10059 |
| 452 | MX6QDL_PAD_SD3_DAT0__SD3_DATA0 0x17059 |
| 453 | MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059 |
| 454 | MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059 |
| 455 | MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059 |
| 456 | >; |
| 457 | }; |
| 458 | }; |
| 459 | }; |
| 460 | |
| 461 | &ldb { |
| 462 | status = "okay"; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 463 | }; |
| 464 | |
| 465 | &pcie { |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 466 | reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 467 | status = "okay"; |
| 468 | |
| 469 | eth1: sky2@8 { /* MAC/PHY on bus 8 */ |
| 470 | compatible = "marvell,sky2"; |
| 471 | }; |
| 472 | }; |
| 473 | |
| 474 | &ssi1 { |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 475 | status = "okay"; |
| 476 | }; |
| 477 | |
| 478 | &uart1 { |
| 479 | pinctrl-names = "default"; |
| 480 | pinctrl-0 = <&pinctrl_uart1>; |
| 481 | status = "okay"; |
| 482 | }; |
| 483 | |
| 484 | &uart2 { |
| 485 | pinctrl-names = "default"; |
| 486 | pinctrl-0 = <&pinctrl_uart2>; |
| 487 | status = "okay"; |
| 488 | }; |
| 489 | |
| 490 | &uart5 { |
| 491 | pinctrl-names = "default"; |
| 492 | pinctrl-0 = <&pinctrl_uart5>; |
| 493 | status = "okay"; |
| 494 | }; |
| 495 | |
| 496 | &usbotg { |
| 497 | vbus-supply = <®_usb_otg_vbus>; |
| 498 | pinctrl-names = "default"; |
| 499 | pinctrl-0 = <&pinctrl_usbotg>; |
| 500 | disable-over-current; |
| 501 | status = "okay"; |
| 502 | }; |
| 503 | |
| 504 | &usbh1 { |
| 505 | vbus-supply = <®_usb_h1_vbus>; |
| 506 | status = "okay"; |
| 507 | }; |
| 508 | |
| 509 | &usdhc3 { |
| 510 | pinctrl-names = "default"; |
| 511 | pinctrl-0 = <&pinctrl_usdhc3>; |
Tim Harvey | 326cdb1 | 2014-09-08 23:07:28 -0700 | [diff] [blame^] | 512 | cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>; |
Tim Harvey | e3946fe | 2014-02-07 15:24:56 +0800 | [diff] [blame] | 513 | vmmc-supply = <®_3p3v>; |
| 514 | status = "okay"; |
| 515 | }; |