diff options
author | 2021-12-01 16:32:55 +0900 | |
---|---|---|
committer | 2021-12-07 16:27:13 +0100 | |
commit | d01986bec3887a3dbf61cbd821979f91cf0bb2dc (patch) | |
tree | 79f94880a9d7f8242af4dc39e592fb589f52101c | |
parent | dt-bindings: mmc: renesas,sdhi: Rename RZ/G2L clocks (diff) | |
download | wireguard-linux-d01986bec3887a3dbf61cbd821979f91cf0bb2dc.tar.xz wireguard-linux-d01986bec3887a3dbf61cbd821979f91cf0bb2dc.zip |
dt-bindings: arm: renesas: Document Renesas Spider boards
Add device tree bindings documentation for Renesas R-Car S4-8
Spider CPU and BreakOut boards.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20211201073308.1003945-2-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | Documentation/devicetree/bindings/arm/renesas.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml index 36197f53b310..6a9350ee690b 100644 --- a/Documentation/devicetree/bindings/arm/renesas.yaml +++ b/Documentation/devicetree/bindings/arm/renesas.yaml @@ -317,6 +317,14 @@ properties: - description: R-Car S4-8 (R8A779F0) items: + - enum: + - renesas,spider-cpu # Spider CPU board (RTP8A779F0ASKB0SC2S) + - const: renesas,r8a779f0 + + - items: + - enum: + - renesas,spider-breakout # Spider BreakOut board (RTP8A779F0ASKB0SB0S) + - const: renesas,spider-cpu - const: renesas,r8a779f0 - description: R-Car H3e (R8A779M0) |