diff options
author | Geert Uytterhoeven <[email protected]> | 2024-01-25 16:34:34 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2024-01-31 15:06:52 +0100 |
commit | 49558e814fefdf33bf0b2d1c46c30d6a3f9634f3 (patch) | |
tree | 5a8b51a453b6727c57a26856599b64fba81d2875 | |
parent | cd508bba82e4e0f405f593d7ada8067ebba289cb (diff) |
dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single
Document the compatible values for the Renesas R-Car V4M (R8A779H0) SoC
and the Renesas Gray Hawk Single development board.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Link: https://lore.kernel.org/r/1065a81afb8dbed09b0098b51dc7fb22da421a97.1706194617.git.geert+renesas@glider.be
-rw-r--r-- | Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 15b9dd529389..1a228dd4822c 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -361,6 +361,12 @@ properties: - const: renesas,white-hawk-cpu - const: renesas,r8a779g0 + - description: R-Car V4M (R8A779H0) + items: + - enum: + - renesas,gray-hawk-single # Gray Hawk Single board (RTP8A779H0ASKB0F10S) + - const: renesas,r8a779h0 + - description: R-Car H3e (R8A779M0) items: - enum: |