summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/renesas.yaml
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2021-12-21 12:47:02 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-01-24 12:44:24 +0300
commit509e1a8675fcab9861fe280ebb5bf17e47349c40 (patch)
tree0284d58791cc0211873b4bd7903fe4b39b4b5d81 /Documentation/devicetree/bindings/arm/renesas.yaml
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff)
downloadlinux-509e1a8675fcab9861fe280ebb5bf17e47349c40.tar.xz
dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC on SMARC EVK
Document the Renesas SMARC EVK board which is based on the Renesas RZ/V2L (R9A07G054) SoC. The SMARC EVK consists of an RZ/V2L SoM module and a SMARC carrier board. The SoM module sits on top of the carrier board. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211221094717.16187-2-prabhakar.mahadev-lad.rj@bp.renesas.com Link: https://lore.kernel.org/r/20211221094717.16187-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/renesas.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/renesas.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml
index 6a9350ee690b..fa435d6fda77 100644
--- a/Documentation/devicetree/bindings/arm/renesas.yaml
+++ b/Documentation/devicetree/bindings/arm/renesas.yaml
@@ -421,6 +421,15 @@ properties:
- renesas,r9a07g044l2 # Dual Cortex-A55 RZ/G2L
- const: renesas,r9a07g044
+ - description: RZ/V2L (R9A07G054)
+ items:
+ - enum:
+ - renesas,smarc-evk # SMARC EVK
+ - enum:
+ - renesas,r9a07g054l1 # Single Cortex-A55 RZ/V2L
+ - renesas,r9a07g054l2 # Dual Cortex-A55 RZ/V2L
+ - const: renesas,r9a07g054
+
additionalProperties: true
...