aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/arm/shmobile.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 89b4a389fbc7..f5e0f82fd503 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -7,6 +7,8 @@ SoCs:
7 compatible = "renesas,emev2" 7 compatible = "renesas,emev2"
8 - RZ/A1H (R7S72100) 8 - RZ/A1H (R7S72100)
9 compatible = "renesas,r7s72100" 9 compatible = "renesas,r7s72100"
10 - RZ/A2 (R7S9210)
11 compatible = "renesas,r7s9210"
10 - SH-Mobile AG5 (R8A73A00/SH73A0) 12 - SH-Mobile AG5 (R8A73A00/SH73A0)
11 compatible = "renesas,sh73a0" 13 compatible = "renesas,sh73a0"
12 - R-Mobile APE6 (R8A73A40) 14 - R-Mobile APE6 (R8A73A40)
@@ -23,6 +25,10 @@ SoCs:
23 compatible = "renesas,r8a7745" 25 compatible = "renesas,r8a7745"
24 - RZ/G1C (R8A77470) 26 - RZ/G1C (R8A77470)
25 compatible = "renesas,r8a77470" 27 compatible = "renesas,r8a77470"
28 - RZ/G2M (R8A774A1)
29 compatible = "renesas,r8a774a1"
30 - RZ/G2E (RA8774C0)
31 compatible = "renesas,r8a774c0"
26 - R-Car M1A (R8A77781) 32 - R-Car M1A (R8A77781)
27 compatible = "renesas,r8a7778" 33 compatible = "renesas,r8a7778"
28 - R-Car H1 (R8A77790) 34 - R-Car H1 (R8A77790)
@@ -107,6 +113,8 @@ Boards:
107 compatible = "renesas,lager", "renesas,r8a7790" 113 compatible = "renesas,lager", "renesas,r8a7790"
108 - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0)) 114 - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0))
109 compatible = "renesas,m3ulcb", "renesas,r8a7796" 115 compatible = "renesas,m3ulcb", "renesas,r8a7796"
116 - M3NULCB (R-Car Starter Kit Pro, RTP0RC77965SKBX010SA00 (M3-N ES1.1))
117 compatible = "renesas,m3nulcb", "renesas,r8a77965"
110 - Marzen (R0P7779A00010S) 118 - Marzen (R0P7779A00010S)
111 compatible = "renesas,marzen", "renesas,r8a7779" 119 compatible = "renesas,marzen", "renesas,r8a7779"
112 - Porter (M2-LCDP) 120 - Porter (M2-LCDP)
@@ -143,12 +151,12 @@ Boards:
143 compatible = "renesas,wheat", "renesas,r8a7792" 151 compatible = "renesas,wheat", "renesas,r8a7792"
144 152
145 153
146Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC 154Most Renesas ARM SoCs have a Product Register or Boundary Scan ID Register that
147product and revision information. If present, a device node for this register 155allows to retrieve SoC product and revision information. If present, a device
148should be added. 156node for this register should be added.
149 157
150Required properties: 158Required properties:
151 - compatible: Must be "renesas,prr". 159 - compatible: Must be "renesas,prr" or "renesas,bsid"
152 - reg: Base address and length of the register block. 160 - reg: Base address and length of the register block.
153 161
154 162