mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
dt-bindings: serial: renesas,rsci: Document RZ/N2H support
Add documentation for the serial communication interface (RSCI) found on the Renesas RZ/N2H (R9A09G087) SoC. The RSCI IP on this SoC is identical to that on the RZ/T2H (R9A09G077) SoC. Therefore, "renesas,r9a09g077-rsci" is used as a fallback compatible string for RZ/N2H. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20250609192344.293317-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
33a2515abd
commit
7dfd023dc7
|
|
@ -15,7 +15,13 @@ allOf:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: renesas,r9a09g077-rsci # RZ/T2H
|
||||
oneOf:
|
||||
- items:
|
||||
- const: renesas,r9a09g087-rsci # RZ/N2H
|
||||
- const: renesas,r9a09g077-rsci # RZ/T2H
|
||||
|
||||
- items:
|
||||
- const: renesas,r9a09g077-rsci # RZ/T2H
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user