Skip to content

Commit c5d0df4

Browse files
prabhakarladalexandrebelloni
authored andcommitted
dt-bindings: i3c: renesas,i3c: Add RZ/V2H(P) and RZ/V2N support
Add device tree binding support for the I3C Bus Interface on Renesas RZ/V2H(P) and RZ/V2N SoCs. The I3C IP on these SoCs is identical to that found on the RZ/G3E SoC. Add new compatible strings "renesas,r9a09g056-i3c" for RZ/V2N and "renesas,r9a09g057-i3c" for RZ/V2H(P). Both variants use "renesas,r9a09g047-i3c" as a fallback compatible to indicate hardware compatibility with the RZ/G3E implementation. Update the title to be more generic as it now covers multiple SoC families beyond just RZ/G3S and RZ/G3E. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20250908093930.12591-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 3448a93 commit c5d0df4

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

Documentation/devicetree/bindings/i3c/renesas,i3c.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@
44
$id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Renesas RZ/G3S and RZ/G3E I3C Bus Interface
7+
title: Renesas I3C Bus Interface
88

99
maintainers:
1010
- Wolfram Sang <wsa+renesas@sang-engineering.com>
1111
- Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
1212

1313
properties:
1414
compatible:
15-
items:
16-
- enum:
17-
- renesas,r9a08g045-i3c # RZ/G3S
18-
- renesas,r9a09g047-i3c # RZ/G3E
15+
oneOf:
16+
- items:
17+
- enum:
18+
- renesas,r9a08g045-i3c # RZ/G3S
19+
- renesas,r9a09g047-i3c # RZ/G3E
20+
- items:
21+
- enum:
22+
- renesas,r9a09g056-i3c # RZ/V2N
23+
- renesas,r9a09g057-i3c # RZ/V2H(P)
24+
- const: renesas,r9a09g047-i3c
1925

2026
reg:
2127
maxItems: 1

0 commit comments

Comments
 (0)