Skip to content

Commit 93a7aed

Browse files
prabhakarladkrzk
authored andcommitted
dt-bindings: memory: renesas,rzg3e-xspi: Document RZ/V2H(P) and RZ/V2N support
Document support for the Expanded Serial Peripheral Interface (xSPI) controller found on the Renesas RZ/V2H(P) (R9A09G057) and RZ/V2N (R9A09G056) SoCs. The xSPI hardware block on these SoCs is functionally identical to the one on the RZ/G3E (R9A09G047) SoC. Therefore, the existing driver can be reused without modification by using `renesas,r9a09g047-xspi` as a fallback compatible. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 0e3dd41 commit 93a7aed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Documentation/devicetree/bindings/memory-controllers/renesas,rzg3e-xspi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ allOf:
2323

2424
properties:
2525
compatible:
26-
const: renesas,r9a09g047-xspi # RZ/G3E
26+
oneOf:
27+
- const: renesas,r9a09g047-xspi # RZ/G3E
28+
29+
- items:
30+
- enum:
31+
- renesas,r9a09g056-xspi # RZ/V2N
32+
- renesas,r9a09g057-xspi # RZ/V2H(P)
33+
- const: renesas,r9a09g047-xspi
2734

2835
reg:
2936
items:

0 commit comments

Comments
 (0)