Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Stephen Warren | 1bd0bd4 | 2012-10-17 16:38:21 -0600 | [diff] [blame] | 3 | #include "tegra20-colibri-512.dtsi" |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 4 | |
| 5 | / { |
| 6 | model = "Toradex Colibri T20 512MB on Iris"; |
| 7 | compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20"; |
| 8 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 9 | host1x@50000000 { |
| 10 | hdmi@54280000 { |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 11 | status = "okay"; |
| 12 | }; |
| 13 | }; |
| 14 | |
Stephen Warren | 58ecb23 | 2013-11-25 17:53:16 -0700 | [diff] [blame] | 15 | pinmux@70000014 { |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 16 | state_default: pinmux { |
| 17 | hdint { |
Laxman Dewangan | ba4104e | 2013-12-05 16:14:08 +0530 | [diff] [blame] | 18 | nvidia,tristate = <TEGRA_PIN_DISABLE>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 19 | }; |
| 20 | |
| 21 | i2cddc { |
Laxman Dewangan | ba4104e | 2013-12-05 16:14:08 +0530 | [diff] [blame] | 22 | nvidia,tristate = <TEGRA_PIN_DISABLE>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 23 | }; |
| 24 | |
| 25 | sdio4 { |
Laxman Dewangan | ba4104e | 2013-12-05 16:14:08 +0530 | [diff] [blame] | 26 | nvidia,tristate = <TEGRA_PIN_DISABLE>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 27 | }; |
| 28 | |
| 29 | uarta { |
Laxman Dewangan | ba4104e | 2013-12-05 16:14:08 +0530 | [diff] [blame] | 30 | nvidia,tristate = <TEGRA_PIN_DISABLE>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 31 | }; |
| 32 | |
| 33 | uartd { |
Laxman Dewangan | ba4104e | 2013-12-05 16:14:08 +0530 | [diff] [blame] | 34 | nvidia,tristate = <TEGRA_PIN_DISABLE>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 35 | }; |
| 36 | }; |
| 37 | }; |
| 38 | |
Stephen Warren | 5789905 | 2013-11-26 14:43:45 -0700 | [diff] [blame] | 39 | serial@70006000 { |
| 40 | status = "okay"; |
| 41 | }; |
| 42 | |
| 43 | serial@70006300 { |
| 44 | status = "okay"; |
| 45 | }; |
| 46 | |
| 47 | i2c_ddc: i2c@7000c400 { |
| 48 | status = "okay"; |
| 49 | }; |
| 50 | |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 51 | usb@c5000000 { |
| 52 | status = "okay"; |
Venu Byravarasu | 4c94c8b | 2013-05-16 19:42:57 +0530 | [diff] [blame] | 53 | }; |
| 54 | |
| 55 | usb-phy@c5000000 { |
| 56 | status = "okay"; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 57 | }; |
| 58 | |
| 59 | usb@c5008000 { |
| 60 | status = "okay"; |
| 61 | }; |
| 62 | |
Venu Byravarasu | 4c94c8b | 2013-05-16 19:42:57 +0530 | [diff] [blame] | 63 | usb-phy@c5008000 { |
| 64 | status = "okay"; |
| 65 | }; |
| 66 | |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 67 | sdhci@c8000600 { |
| 68 | status = "okay"; |
| 69 | bus-width = <4>; |
| 70 | vmmc-supply = <&vcc_sd_reg>; |
| 71 | vqmmc-supply = <&vcc_sd_reg>; |
| 72 | }; |
| 73 | |
| 74 | regulators { |
| 75 | regulator@0 { |
| 76 | compatible = "regulator-fixed"; |
| 77 | reg = <0>; |
| 78 | regulator-name = "usb_host_vbus"; |
| 79 | regulator-min-microvolt = <5000000>; |
| 80 | regulator-max-microvolt = <5000000>; |
| 81 | regulator-boot-on; |
| 82 | regulator-always-on; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 83 | gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>; |
Lucas Stach | bf5fcc7 | 2013-01-22 22:46:09 +0100 | [diff] [blame] | 84 | }; |
| 85 | |
| 86 | vcc_sd_reg: regulator@1 { |
| 87 | compatible = "regulator-fixed"; |
| 88 | reg = <1>; |
| 89 | regulator-name = "vcc_sd"; |
| 90 | regulator-min-microvolt = <3300000>; |
| 91 | regulator-max-microvolt = <3300000>; |
| 92 | regulator-boot-on; |
| 93 | regulator-always-on; |
| 94 | }; |
| 95 | }; |
| 96 | }; |