diff options
Diffstat (limited to 'Documentation/devicetree/bindings/arm/tegra.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index 6e69d2e5e766..ed9c85334436 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt | |||
@@ -1,14 +1,34 @@ | |||
1 | NVIDIA Tegra device tree bindings | 1 | NVIDIA Tegra device tree bindings |
2 | ------------------------------------------- | 2 | ------------------------------------------- |
3 | 3 | ||
4 | Boards with the tegra20 SoC shall have the following properties: | 4 | SoCs |
5 | ------------------------------------------- | ||
5 | 6 | ||
6 | Required root node property: | 7 | Each device tree must specify which Tegra SoC it uses, using one of the |
8 | following compatible values: | ||
7 | 9 | ||
8 | compatible = "nvidia,tegra20"; | 10 | nvidia,tegra20 |
11 | nvidia,tegra30 | ||
9 | 12 | ||
10 | Boards with the tegra30 SoC shall have the following properties: | 13 | Boards |
14 | ------------------------------------------- | ||
11 | 15 | ||
12 | Required root node property: | 16 | Each device tree must specify which one or more of the following |
17 | board-specific compatible values: | ||
13 | 18 | ||
14 | compatible = "nvidia,tegra30"; | 19 | ad,medcom-wide |
20 | ad,plutux | ||
21 | ad,tamonten | ||
22 | ad,tec | ||
23 | compal,paz00 | ||
24 | compulab,trimslice | ||
25 | nvidia,beaver | ||
26 | nvidia,cardhu | ||
27 | nvidia,cardhu-a02 | ||
28 | nvidia,cardhu-a04 | ||
29 | nvidia,harmony | ||
30 | nvidia,seaboard | ||
31 | nvidia,ventana | ||
32 | nvidia,whistler | ||
33 | toradex,colibri_t20-512 | ||
34 | toradex,iris | ||