Skip to content

Commit fbb1dcd

Browse files
Wolfram Sanggregkh
authored andcommitted
dt-bindings: serial: snps-dw-apb-uart: document RZ/N1 binding without DMA
Renesas RZ/N1D has this UART with and without DMA support. Currently, only the binding with DMA support is described. Add the missing one without DMA support which can fallback even more. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20250318085353.18990-2-wsa+renesas@sang-engineering.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9e2a0d4 commit fbb1dcd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ allOf:
1313
- $ref: serial.yaml#
1414
- $ref: rs485.yaml#
1515

16+
- if:
17+
properties:
18+
compatible:
19+
items:
20+
- enum:
21+
- renesas,r9a06g032-uart
22+
- renesas,r9a06g033-uart
23+
- const: renesas,rzn1-uart
24+
- const: snps,dw-apb-uart
25+
then:
26+
properties:
27+
dmas: false
28+
dma-names: false
29+
1630
- if:
1731
properties:
1832
compatible:
@@ -30,6 +44,12 @@ allOf:
3044
properties:
3145
compatible:
3246
oneOf:
47+
- items:
48+
- enum:
49+
- renesas,r9a06g032-uart
50+
- renesas,r9a06g033-uart
51+
- const: renesas,rzn1-uart
52+
- const: snps,dw-apb-uart
3353
- items:
3454
- enum:
3555
- renesas,r9a06g032-uart

0 commit comments

Comments
 (0)