Skip to content

Commit 892067c

Browse files
prabhakarladWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoC
Add support for the Watchdog Timer (WDT) hardware found in the Renesas RZ/V2H(P) SoC to the `renesas,wdt` device tree bindings. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240829193831.80768-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent db60d55 commit 892067c

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ properties:
7575
- renesas,r8a779h0-wdt # R-Car V4M
7676
- const: renesas,rcar-gen4-wdt # R-Car Gen4
7777

78+
- const: renesas,r9a09g057-wdt # RZ/V2H(P)
79+
7880
reg:
7981
maxItems: 1
8082

@@ -113,7 +115,6 @@ properties:
113115
required:
114116
- compatible
115117
- reg
116-
- interrupts
117118
- clocks
118119

119120
allOf:
@@ -137,6 +138,7 @@ allOf:
137138
compatible:
138139
contains:
139140
enum:
141+
- renesas,r9a09g057-wdt
140142
- renesas,rzg2l-wdt
141143
- renesas,rzv2m-wdt
142144
then:
@@ -171,6 +173,19 @@ allOf:
171173
interrupts:
172174
maxItems: 1
173175

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+
174189
additionalProperties: false
175190

176191
examples:

0 commit comments

Comments
 (0)