-
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.
yaml --- r: 281562 b: refs/heads/master c: cc2afa4 h: refs/heads/master v: v3
- Loading branch information
Marc Dietrich
authored and
Olof Johansson
committed
Dec 8, 2011
1 parent
d55e40e
commit 99faa87
Showing
5 changed files
with
88 additions
and
1 deletion.
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: a7db2c15938668999d4ceb1caec3723d88e38c80 | ||
refs/heads/master: cc2afa43d43cd07d5a34516262d7489e183311a1 |
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,82 @@ | ||
/dts-v1/; | ||
|
||
/memreserve/ 0x1c000000 0x04000000; | ||
/include/ "tegra20.dtsi" | ||
|
||
/ { | ||
model = "Toshiba AC100 / Dynabook AZ"; | ||
compatible = "compal,paz00", "nvidia,tegra20"; | ||
|
||
chosen { | ||
bootargs = "console=ttyS0,115200n8 root=/dev/mmcblk0p1"; | ||
}; | ||
|
||
memory@0 { | ||
reg = <0x00000000 0x20000000>; | ||
}; | ||
|
||
i2c@7000c000 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
i2c@7000c400 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
i2c@7000c500 { | ||
status = "disable"; | ||
}; | ||
|
||
nvec@7000c500 { | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
compatible = "nvidia,nvec"; | ||
reg = <0x7000C500 0x100>; | ||
interrupts = <124>; | ||
clock-frequency = <80000>; | ||
request-gpios = <&gpio 170 0>; | ||
slave-addr = <138>; | ||
}; | ||
|
||
i2c@7000d000 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
serial@70006000 { | ||
clock-frequency = <216000000>; | ||
}; | ||
|
||
serial@70006040 { | ||
status = "disable"; | ||
}; | ||
|
||
serial@70006200 { | ||
status = "disable"; | ||
}; | ||
|
||
serial@70006300 { | ||
clock-frequency = <216000000>; | ||
}; | ||
|
||
serial@70006400 { | ||
status = "disable"; | ||
}; | ||
|
||
sdhci@c8000000 { | ||
cd-gpios = <&gpio 173 0>; /* gpio PV5 */ | ||
wp-gpios = <&gpio 57 0>; /* gpio PH1 */ | ||
power-gpios = <&gpio 155 0>; /* gpio PT3 */ | ||
}; | ||
|
||
sdhci@c8000200 { | ||
status = "disable"; | ||
}; | ||
|
||
sdhci@c8000400 { | ||
status = "disable"; | ||
}; | ||
|
||
sdhci@c8000600 { | ||
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