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