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