-
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: 355588 b: refs/heads/master c: a71c03e h: refs/heads/master v: v3
- Loading branch information
Hiroshi Doyu
authored and
Stephen Warren
committed
Jan 28, 2013
1 parent
0b42c02
commit dad1880
Showing
3 changed files
with
24 additions
and
2 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: 18a4df70511a5591de3ffe532495d59ee1bf470c | ||
refs/heads/master: a71c03e7fd6a4027f750e2951830669244a8dad6 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/dts-v1/; | ||
|
||
/include/ "tegra114.dtsi" | ||
|
||
/ { | ||
model = "NVIDIA Tegra114 Dalmore evaluation board"; | ||
compatible = "nvidia,dalmore", "nvidia,tegra114"; | ||
|
||
memory { | ||
reg = <0x80000000 0x40000000>; | ||
}; | ||
|
||
serial@70006300 { | ||
status = "okay"; | ||
clock-frequency = <408000000>; | ||
}; | ||
|
||
pmc { | ||
nvidia,invert-interrupt; | ||
}; | ||
}; |