Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355768
b: refs/heads/master
c: bf5fcc7
h: refs/heads/master
v: v3
  • Loading branch information
Lucas Stach authored and Stephen Warren committed Jan 28, 2013
1 parent bf90008 commit 4b1ab5d
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc9c713a62e2e456418079e747572170997bc3b4
refs/heads/master: bf5fcc76d31418950b214542440d5de6e48c7998
1 change: 1 addition & 0 deletions trunk/Documentation/devicetree/bindings/arm/tegra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ board-specific compatible values:
nvidia,ventana
nvidia,whistler
toradex,colibri_t20-512
toradex,iris
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
dtb-$(CONFIG_ARCH_SUNXI) += sun4i-a10-cubieboard.dtb \
sun5i-a13-olinuxino.dtb
dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
tegra20-iris-512.dtb \
tegra20-medcom-wide.dtb \
tegra20-paz00.dtb \
tegra20-plutux.dtb \
Expand Down
89 changes: 89 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20-iris-512.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
/dts-v1/;

/include/ "tegra20-colibri-512.dtsi"

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

host1x {
hdmi {
status = "okay";
};
};

pinmux {
state_default: pinmux {
hdint {
nvidia,tristate = <0>;
};

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

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

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

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

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

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

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

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

i2c_ddc: i2c@7000c400 {
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 178 0>;
};

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

0 comments on commit 4b1ab5d

Please sign in to comment.