-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter De Schrijver
authored and
Olof Johansson
committed
Oct 13, 2011
1 parent
3f64d10
commit 3c53f1a
Showing
5 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 21fb1ccc92655d8eabed9b8fdfa2a65bf6e58a33 | ||
refs/heads/master: add29e61d4651fc2f87dab443f47faa70ee96f8f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/dts-v1/; | ||
|
||
/memreserve/ 0x1c000000 0x04000000; | ||
/include/ "tegra20.dtsi" | ||
|
||
/ { | ||
model = "NVIDIA Tegra2 Ventana evaluation board"; | ||
compatible = "nvidia,ventana", "nvidia,tegra20"; | ||
|
||
chosen { | ||
bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/ram rdinit=/sbin/init"; | ||
}; | ||
|
||
memory { | ||
reg = < 0x00000000 0x40000000 >; | ||
}; | ||
|
||
serial@70006300 { | ||
clock-frequency = < 216000000 >; | ||
}; | ||
|
||
sdhci@c8000400 { | ||
cd-gpios = <&gpio 69 0>; /* gpio PI5 */ | ||
wp-gpios = <&gpio 57 0>; /* gpio PH1 */ | ||
power-gpios = <&gpio 155 0>; /* gpio PT3 */ | ||
}; | ||
|
||
sdhci@c8000600 { | ||
power-gpios = <&gpio 70 0>; /* gpio PI6 */ | ||
support-8bit; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters