summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/tegra20-colibri-iris.dts
blob: 57f16c0e9917ed0ac85e75432b2563e205767797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;

#include "tegra20-colibri.dtsi"

/ {
	model = "Toradex Colibri T20 256/512 MB on Iris";
	compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";

	aliases {
		serial0 = &uarta;
		serial1 = &uartd;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	host1x@50000000 {
		hdmi@54280000 {
			status = "okay";
		};
	};

	pinmux@70000014 {
		state_default: pinmux {
			hdint {
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
			};

			i2cddc {
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
			};

			sdio4 {
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
			};

			uarta {
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
			};

			uartd {
				nvidia,tristate = <TEGRA_PIN_DISABLE>;
			};
		};
	};

	serial@70006000 {
		status = "okay";
	};

	serial@70006300 {
		status = "okay";
	};

	i2c_ddc: i2c@7000c400 {
		status = "okay";
	};

	usb@c5000000 {
		status = "okay";
	};

	usb-phy@c5000000 {
		status = "okay";
	};

	usb@c5008000 {
		status = "okay";
	};

	usb-phy@c5008000 {
		status = "okay";
	};

	sdhci@c8000600 {
		status = "okay";
		bus-width = <4>;
		vmmc-supply = <&vcc_sd_reg>;
		vqmmc-supply = <&vcc_sd_reg>;
	};

	regulators {
		regulator@0 {
			compatible = "regulator-fixed";
			reg = <0>;
			regulator-name = "usb_host_vbus";
			regulator-min-microvolt = <5000000>;
			regulator-max-microvolt = <5000000>;
			regulator-boot-on;
			regulator-always-on;
			gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
		};

		vcc_sd_reg: regulator@1 {
			compatible = "regulator-fixed";
			reg = <1>;
			regulator-name = "vcc_sd";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-boot-on;
			regulator-always-on;
		};
	};
};