File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Documentation/devicetree/bindings/watchdog Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ properties:
75
75
- renesas,r8a779h0-wdt # R-Car V4M
76
76
- const : renesas,rcar-gen4-wdt # R-Car Gen4
77
77
78
+ - const : renesas,r9a09g057-wdt # RZ/V2H(P)
79
+
78
80
reg :
79
81
maxItems : 1
80
82
@@ -113,7 +115,6 @@ properties:
113
115
required :
114
116
- compatible
115
117
- reg
116
- - interrupts
117
118
- clocks
118
119
119
120
allOf :
@@ -137,6 +138,7 @@ allOf:
137
138
compatible :
138
139
contains :
139
140
enum :
141
+ - renesas,r9a09g057-wdt
140
142
- renesas,rzg2l-wdt
141
143
- renesas,rzv2m-wdt
142
144
then :
@@ -171,6 +173,19 @@ allOf:
171
173
interrupts :
172
174
maxItems : 1
173
175
176
+ - if :
177
+ properties :
178
+ compatible :
179
+ contains :
180
+ const : renesas,r9a09g057-wdt
181
+ then :
182
+ properties :
183
+ interrupts : false
184
+ interrupt-names : false
185
+ else :
186
+ required :
187
+ - interrupts
188
+
174
189
additionalProperties : false
175
190
176
191
examples :
You can’t perform that action at this time.
0 commit comments