diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-28 04:05:20 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-31 21:45:06 -0400 |
commit | d2c2a0776899ba2d9d560815d0bcab486b8e64ab (patch) | |
tree | c3b374c97a0af40e983746609bf312c446ac5234 | |
parent | a2cfaa7458e714aa00be98c630afaa1a4766e2ad (diff) |
ARM: shmobile: Add platform device tree bindings documentation
Add Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
Documentation, listing supported SoCs and boards.
This allows to use checkpatch to validate DTSes referring to Renesas
shmobile SoCs, and boards containing those SoCs.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms+renesas@verge.net.au: tweaked title]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | Documentation/devicetree/bindings/arm/shmobile.txt | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt new file mode 100644 index 000000000000..5d1c5c0085dc --- /dev/null +++ b/Documentation/devicetree/bindings/arm/shmobile.txt | |||
@@ -0,0 +1,71 @@ | |||
1 | Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings | ||
2 | -------------------------------------------------------------------- | ||
3 | |||
4 | SoCs: | ||
5 | |||
6 | - Emma Mobile EV2 | ||
7 | compatible = "renesas,emev2" | ||
8 | - RZ/A1H (R7S72100) | ||
9 | compatible = "renesas,r7s72100" | ||
10 | - SH-Mobile AP4 (R8A73720/SH7372) | ||
11 | compatible = "renesas,sh7372" | ||
12 | - SH-Mobile AG5 (R8A73A00/SH73A0) | ||
13 | compatible = "renesas,sh73a0" | ||
14 | - R-Mobile APE6 (R8A73A40) | ||
15 | compatible = "renesas,r8a73a4" | ||
16 | - R-Mobile A1 (R8A77400) | ||
17 | compatible = "renesas,r8a7740" | ||
18 | - R-Car M1A (R8A77781) | ||
19 | compatible = "renesas,r8a7778" | ||
20 | - R-Car H1 (R8A77790) | ||
21 | compatible = "renesas,r8a7779" | ||
22 | - R-Car H2 (R8A77900) | ||
23 | compatible = "renesas,r8a7790" | ||
24 | - R-Car M2-W (R8A77910) | ||
25 | compatible = "renesas,r8a7791" | ||
26 | - R-Car V2H (R8A77920) | ||
27 | compatible = "renesas,r8a7792" | ||
28 | - R-Car M2-N (R8A77930) | ||
29 | compatible = "renesas,r8a7793" | ||
30 | - R-Car E2 (R8A77940) | ||
31 | compatible = "renesas,r8a7794" | ||
32 | |||
33 | |||
34 | Boards: | ||
35 | |||
36 | - Alt | ||
37 | compatible = "renesas,alt", "renesas,r8a7794" | ||
38 | - APE6-EVM | ||
39 | compatible = "renesas,ape6evm", "renesas,r8a73a4" | ||
40 | - APE6-EVM - Reference Device Tree Implementation | ||
41 | compatible = "renesas,ape6evm-reference", "renesas,r8a73a4" | ||
42 | - Atmark Techno Armadillo-800 EVA | ||
43 | compatible = "renesas,armadillo800eva" | ||
44 | - BOCK-W | ||
45 | compatible = "renesas,bockw", "renesas,r8a7778" | ||
46 | - BOCK-W - Reference Device Tree Implementation | ||
47 | compatible = "renesas,bockw-reference", "renesas,r8a7778" | ||
48 | - Genmai (RTK772100BC00000BR) | ||
49 | compatible = "renesas,genmai", "renesas,r7s72100" | ||
50 | - Gose | ||
51 | compatible = "renesas,gose", "renesas,r8a7793" | ||
52 | - Henninger | ||
53 | compatible = "renesas,henninger", "renesas,r8a7791" | ||
54 | - Koelsch (RTP0RC7791SEB00010S) | ||
55 | compatible = "renesas,koelsch", "renesas,r8a7791" | ||
56 | - KZM9D | ||
57 | compatible = "renesas,kzm9d", "renesas,emev2" | ||
58 | - KZM-A9-GT | ||
59 | compatible = "renesas,kzm9g", "renesas,sh73a0" | ||
60 | - KZM-A9-GT - Reference Device Tree Implementation | ||
61 | compatible = "renesas,kzm9g-reference", "renesas,sh73a0" | ||
62 | - Lager (RTP0RC7790SEB00010S) | ||
63 | compatible = "renesas,lager", "renesas,r8a7790" | ||
64 | - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd) | ||
65 | compatible = "renesas,mackerel" | ||
66 | - Marzen | ||
67 | compatible = "renesas,marzen", "renesas,r8a7779" | ||
68 | |||
69 | Note: Reference Device Tree Implementations are temporary implementations | ||
70 | to ease the migration from platform devices to Device Tree, and are | ||
71 | intended to be removed in the future. | ||