diff options
author | 2024-01-25 15:48:51 +0100 | |
---|---|---|
committer | 2024-01-29 14:12:54 +0100 | |
commit | c18327b36e9c1efb917953fc14b869c37d2884e1 (patch) | |
tree | 4f7a7e2e837544a913f093d24f976dcbea91eecb | |
parent | Linux 6.8-rc1 (diff) | |
download | linux-rng-c18327b36e9c1efb917953fc14b869c37d2884e1.tar.xz linux-rng-c18327b36e9c1efb917953fc14b869c37d2884e1.zip |
dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single
Document the compatible values for the Renesas R-Car V4H ES2.0
(R8A779G2) SoC and the Renesas White Hawk Single board.
The former is an updated version of R-Car V4H (R8A779G0).
The latter is a single-board integration of the Renesas White Hawk CPU
and Breakout board stack.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/a44d990c962c8e0aac3b133eaa563f8c92b2ce29.1706192990.git.geert+renesas@glider.be
-rw-r--r-- | Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 16ca3ff7b1ae..15b9dd529389 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -348,6 +348,13 @@ properties: - renesas,white-hawk-cpu # White Hawk CPU board (RTP8A779G0ASKB0FC0SA000) - const: renesas,r8a779g0 + - description: R-Car V4H (R8A779G2) + items: + - enum: + - renesas,white-hawk-single # White Hawk Single board (RTP8A779G2ASKB0F10SA001) + - const: renesas,r8a779g2 + - const: renesas,r8a779g0 + - items: - enum: - renesas,white-hawk-breakout # White Hawk BreakOut board (RTP8A779G0ASKB0SB0SA000) |