diff options
author | Lad Prabhakar <[email protected]> | 2021-06-09 16:32:22 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2021-06-10 15:26:49 +0200 |
commit | 4affc072e4fef6d1778f957037f255a6acdd44e2 (patch) | |
tree | ac5c0c2ab00a1fdd46a504d94ecd49d83e40c9c3 | |
parent | 2cd22416745fe1f0f6b6fa70c09438f85e20c693 (diff) |
dt-bindings: arm: renesas: Document SMARC EVK
Document Renesas SMARC EVK board which are based on RZ/G2L (R9A07G044)
SoC. The SMARC EVK consists of RZ/G2L SoM module and SMARC carrier board,
the SoM module sits on top of carrier board.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Reviewed-by: Chris Paterson <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/renesas.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml index 0f99408960d7..a0cce4e25039 100644 --- a/Documentation/devicetree/bindings/arm/renesas.yaml +++ b/Documentation/devicetree/bindings/arm/renesas.yaml @@ -312,6 +312,8 @@ properties: - description: RZ/G2{L,LC} (R9A07G044) items: - enum: + - renesas,smarc-evk # SMARC EVK + - enum: - renesas,r9a07g044c1 # Single Cortex-A55 RZ/G2LC - renesas,r9a07g044c2 # Dual Cortex-A55 RZ/G2LC - renesas,r9a07g044l1 # Single Cortex-A55 RZ/G2L |