Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / boot / dts / tegra20-iris-512.dts
CommitLineData
bf5fcc76
LS
1/dts-v1/;
2
1bd0bd49 3#include "tegra20-colibri-512.dtsi"
bf5fcc76
LS
4
5/ {
6 model = "Toradex Colibri T20 512MB on Iris";
7 compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";
8
c4574aa0
OJ
9 aliases {
10 serial0 = &uarta;
11 serial1 = &uartd;
12 };
13
58ecb23f
SW
14 host1x@50000000 {
15 hdmi@54280000 {
bf5fcc76
LS
16 status = "okay";
17 };
18 };
19
58ecb23f 20 pinmux@70000014 {
bf5fcc76
LS
21 state_default: pinmux {
22 hdint {
ba4104e7 23 nvidia,tristate = <TEGRA_PIN_DISABLE>;
bf5fcc76
LS
24 };
25
26 i2cddc {
ba4104e7 27 nvidia,tristate = <TEGRA_PIN_DISABLE>;
bf5fcc76
LS
28 };
29
30 sdio4 {
ba4104e7 31 nvidia,tristate = <TEGRA_PIN_DISABLE>;
bf5fcc76
LS
32 };
33
34 uarta {
ba4104e7 35 nvidia,tristate = <TEGRA_PIN_DISABLE>;
bf5fcc76
LS
36 };
37
38 uartd {
ba4104e7 39 nvidia,tristate = <TEGRA_PIN_DISABLE>;
bf5fcc76
LS
40 };
41 };
42 };
43
57899053 44 serial@70006000 {
bf5fcc76 45 status = "okay";
4c94c8b5
VB
46 };
47
57899053 48 serial@70006300 {
4c94c8b5 49 status = "okay";
bf5fcc76
LS
50 };
51
57899053 52 i2c_ddc: i2c@7000c400 {
bf5fcc76
LS
53 status = "okay";
54 };
55
57899053 56 usb@c5000000 {
4c94c8b5
VB
57 status = "okay";
58 };
59
57899053 60 usb-phy@c5000000 {
bf5fcc76
LS
61 status = "okay";
62 };
63
57899053 64 usb@c5008000 {
bf5fcc76
LS
65 status = "okay";
66 };
67
57899053 68 usb-phy@c5008000 {
bf5fcc76
LS
69 status = "okay";
70 };
71
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;
3325f1bc 88 gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
bf5fcc76
LS
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};
This page took 0.154581 seconds and 5 git commands to generate.