-
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
Bryan Wu
authored and
Stephen Warren
committed
Jan 28, 2013
1 parent
c779cda
commit ce66a6b
Showing
2 changed files
with
24 additions
and
7 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: 11a3c868f923b1c0b7a5c532881883b7db077ec3 | ||
refs/heads/master: 6b81c427c08c572ef9e4f20024e71eacbb1a70b6 |
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,14 +1,31 @@ | ||
NVIDIA Tegra device tree bindings | ||
------------------------------------------- | ||
|
||
Boards with the tegra20 SoC shall have the following properties: | ||
SoCs | ||
------------------------------------------- | ||
|
||
Required root node property: | ||
Each device tree must specify which Tegra SoC it uses, using one of the | ||
following compatible values: | ||
|
||
compatible = "nvidia,tegra20"; | ||
nvidia,tegra20 | ||
nvidia,tegra30 | ||
|
||
Boards with the tegra30 SoC shall have the following properties: | ||
Boards | ||
------------------------------------------- | ||
|
||
Required root node property: | ||
Each device tree must specify which one or more of the following | ||
board-specific compatible values: | ||
|
||
compatible = "nvidia,tegra30"; | ||
ad,medcom-wide | ||
ad,plutux | ||
ad,tamonten | ||
ad,tec | ||
compal,paz00 | ||
compulab,trimslice | ||
nvidia,cardhu | ||
nvidia,cardhu-a02 | ||
nvidia,cardhu-a04 | ||
nvidia,harmony | ||
nvidia,seaboard | ||
nvidia,ventana | ||
nvidia,whistler |