2013-01-23 01:46:09 +04:00
/dts-v1/;
2012-10-18 02:38:21 +04:00
#include "tegra20-colibri-512.dtsi"
2013-01-23 01:46:09 +04:00
/ {
model = "Toradex Colibri T20 512MB on Iris";
compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";
2013-11-26 04:53:16 +04:00
host1x@50000000 {
hdmi@54280000 {
2013-01-23 01:46:09 +04:00
status = "okay";
};
};
2013-11-26 04:53:16 +04:00
pinmux@70000014 {
2013-01-23 01:46:09 +04:00
state_default: pinmux {
hdint {
2013-12-05 14:44:08 +04:00
nvidia,tristate = <TEGRA_PIN_DISABLE>;
2013-01-23 01:46:09 +04:00
};
i2cddc {
2013-12-05 14:44:08 +04:00
nvidia,tristate = <TEGRA_PIN_DISABLE>;
2013-01-23 01:46:09 +04:00
};
sdio4 {
2013-12-05 14:44:08 +04:00
nvidia,tristate = <TEGRA_PIN_DISABLE>;
2013-01-23 01:46:09 +04:00
};
uarta {
2013-12-05 14:44:08 +04:00
nvidia,tristate = <TEGRA_PIN_DISABLE>;
2013-01-23 01:46:09 +04:00
};
uartd {
2013-12-05 14:44:08 +04:00
nvidia,tristate = <TEGRA_PIN_DISABLE>;
2013-01-23 01:46:09 +04:00
};
};
};
2013-11-27 01:43:45 +04:00
serial@70006000 {
2013-01-23 01:46:09 +04:00
status = "okay";
2013-05-16 18:12:57 +04:00
};
2013-11-27 01:43:45 +04:00
serial@70006300 {
2013-05-16 18:12:57 +04:00
status = "okay";
2013-01-23 01:46:09 +04:00
};
2013-11-27 01:43:45 +04:00
i2c_ddc: i2c@7000c400 {
2013-01-23 01:46:09 +04:00
status = "okay";
};
2013-11-27 01:43:45 +04:00
usb@c5000000 {
2013-05-16 18:12:57 +04:00
status = "okay";
};
2013-11-27 01:43:45 +04:00
usb-phy@c5000000 {
2013-01-23 01:46:09 +04:00
status = "okay";
};
2013-11-27 01:43:45 +04:00
usb@c5008000 {
2013-01-23 01:46:09 +04:00
status = "okay";
};
2013-11-27 01:43:45 +04:00
usb-phy@c5008000 {
2013-01-23 01:46:09 +04:00
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;
2013-02-13 04:25:15 +04:00
gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
2013-01-23 01:46:09 +04:00
};
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;
};
};
};