We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2a0d4 commit fbb1dcdCopy full SHA for fbb1dcd
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -13,6 +13,20 @@ allOf:
13
- $ref: serial.yaml#
14
- $ref: rs485.yaml#
15
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
27
+ dmas: false
28
+ dma-names: false
29
+
30
- if:
31
properties:
32
compatible:
@@ -30,6 +44,12 @@ allOf:
44
45
46
oneOf:
47
+ - items:
48
49
50
51
52
33
53
- items:
34
54
- enum:
35
55
- renesas,r9a06g032-uart
0 commit comments