Skip to content

Commit 6ac1d60

Browse files
Nghia Nguyengregkh
authored andcommitted
dt-bindings: serial: sh-sci: Document r8a78000 bindings
R-Car X5H (R8A78000) SoC has the R-Car Gen5 compatible SCIF and HSCIF ports, so document the SoC specific bindings. [Kuninori: tidyup for upstreaming] Signed-off-by: Nghia Nguyen <[email protected]> Signed-off-by: Kuninori Morimoto <[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: Greg Kroah-Hartman <[email protected]>
1 parent f7a676a commit 6ac1d60

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ properties:
6363
- const: renesas,rcar-gen4-hscif # R-Car Gen4
6464
- const: renesas,hscif # generic HSCIF compatible UART
6565

66+
- items:
67+
- enum:
68+
- renesas,hscif-r8a78000 # R-Car X5H
69+
- const: renesas,rcar-gen5-hscif # R-Car Gen5
70+
- const: renesas,hscif # generic HSCIF compatible UART
71+
6672
reg:
6773
maxItems: 1
6874

@@ -120,6 +126,7 @@ if:
120126
- renesas,rcar-gen2-hscif
121127
- renesas,rcar-gen3-hscif
122128
- renesas,rcar-gen4-hscif
129+
- renesas,rcar-gen5-hscif
123130
then:
124131
required:
125132
- resets

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ properties:
7070
- const: renesas,rcar-gen4-scif # R-Car Gen4
7171
- const: renesas,scif # generic SCIF compatible UART
7272

73+
- items:
74+
- enum:
75+
- renesas,scif-r8a78000 # R-Car X5H
76+
- const: renesas,rcar-gen5-scif # R-Car Gen5
77+
- const: renesas,scif # generic SCIF compatible UART
78+
7379
- items:
7480
- enum:
7581
- renesas,scif-r9a07g044 # RZ/G2{L,LC}
@@ -174,6 +180,7 @@ allOf:
174180
- renesas,rcar-gen2-scif
175181
- renesas,rcar-gen3-scif
176182
- renesas,rcar-gen4-scif
183+
- renesas,rcar-gen5-scif
177184
- renesas,scif-r9a07g044
178185
- renesas,scif-r9a09g057
179186
then:

0 commit comments

Comments
 (0)