Skip to content

Commit 6672462

Browse files
bijudasgregkh
authored andcommitted
dt-bindings: serial: renesas,rsci: Document RZ/G3L SoC
Document the serial communication interface (RSCI) used on the Renesas RZ/G3L (R9A08G046) SoC. This SoC integrates the same RSCI IP block as the RZ/G3E (R9A09G047), but it has 3 clocks compared to 6 clocks on the RZ/G3E SoC. The RZ/G3L has a single TCLK with internal dividers, whereas the RZ/G3E has explicit clocks for TCLK and its dividers. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260312082708.98835-2-biju.das.jz@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent fdb19f4 commit 6672462

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Documentation/devicetree/bindings/serial/renesas,rsci.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ properties:
1414
compatible:
1515
oneOf:
1616
- enum:
17+
- renesas,r9a08g046-rsci # RZ/G3L
1718
- renesas,r9a09g047-rsci # RZ/G3E
1819
- renesas,r9a09g077-rsci # RZ/T2H
1920

@@ -145,6 +146,31 @@ allOf:
145146
- resets
146147
- reset-names
147148

149+
- if:
150+
properties:
151+
compatible:
152+
contains:
153+
const: renesas,r9a08g046-rsci
154+
then:
155+
properties:
156+
interrupts:
157+
minItems: 6
158+
159+
interrupt-names:
160+
minItems: 6
161+
162+
clocks:
163+
minItems: 2
164+
maxItems: 3
165+
166+
clock-names:
167+
minItems: 2
168+
maxItems: 3
169+
170+
required:
171+
- resets
172+
- reset-names
173+
148174
unevaluatedProperties: false
149175

150176
examples:

0 commit comments

Comments
 (0)