aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Beznea <[email protected]>2023-09-12 07:51:22 +0300
committerGeert Uytterhoeven <[email protected]>2023-09-18 09:50:23 +0200
commit9c57c4a9a45c04c19f38986c73847b756ceae237 (patch)
tree7d44cc9713f7dbf6871bbe272a7c7e3dc312a18a
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff)
dt-bindings: soc: renesas: Document Renesas RZ/G3S SoC variants
Document RZ/G3S (R9A08G045) SoC variants. Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/soc/renesas/renesas.yaml6
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 53b95f348f8e..822faf081e84 100644
--- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
@@ -474,6 +474,12 @@ properties:
- renesas,rzv2mevk2 # RZ/V2M Eval Board v2.0
- const: renesas,r9a09g011
+ - description: RZ/G3S (R9A08G045)
+ items:
+ - enum:
+ - renesas,r9a08g045s33 # PCIe support
+ - const: renesas,r9a08g045
+
additionalProperties: true
...