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 bf14c18 commit ac434f2Copy full SHA for ac434f2
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
+ contains:
20
+ const: starfive,jh7110-uart
21
+ then:
22
23
+ resets:
24
+ minItems: 2
25
+ else:
26
27
28
+ maxItems: 1
29
+
30
properties:
31
compatible:
32
oneOf:
@@ -48,6 +62,7 @@ properties:
48
62
- enum:
49
63
- starfive,jh7100-hsuart
50
64
- starfive,jh7100-uart
65
+ - starfive,jh7110-uart
51
66
- const: snps,dw-apb-uart
52
67
53
68
@@ -82,7 +97,8 @@ properties:
82
97
type: boolean
83
98
84
99
resets:
85
- maxItems: 1
100
+ minItems: 1
101
+ maxItems: 2
86
102
87
103
reg-shift: true
88
104
0 commit comments