summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-colibri-iris.dts
blob: e8bd8feb313809c26a44a33a8f4142f843a03eca (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
/dts-v1/;

#include "tegra20-colibri.dtsi"

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

	chosen {
		stdout-path = &uarta;
	};
};

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

&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>;
	};
};

&uarta {
	status = "okay";
};

&uartd {
	status = "okay";
};

i2c_ddc: &i2c2 {
	status = "okay";
};

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

&phy1 {
	status = "okay";
};

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

&phy3 {
	status = "okay";
};

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

/ {
	regulator_usb_host_vbus {
		compatible = "regulator-fixed";
		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_vcc_sd {
		compatible = "regulator-fixed";
		regulator-name = "vcc_sd";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-boot-on;
		regulator-always-on;
	};
};