Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: r7s72100: Add watchdog timer

Add watchdog timer support for RZ/A1.
For the RZ/A1, the only way to do a reset is to overflow the WDT, so this
is useful even if you don't need the watchdog functionality.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Chris Brandt and committed by
Simon Horman
69ed50de c4a59df9

+7
+7
arch/arm/boot/dts/r7s72100.dtsi
··· 371 371 <0xe8202000 0x1000>; 372 372 }; 373 373 374 + wdt: watchdog@fcfe0000 { 375 + compatible = "renesas,r7s72100-wdt", "renesas,rza-wdt"; 376 + reg = <0xfcfe0000 0x6>; 377 + interrupts = <GIC_SPI 106 IRQ_TYPE_EDGE_RISING>; 378 + clocks = <&p0_clk>; 379 + }; 380 + 374 381 i2c0: i2c@fcfee000 { 375 382 #address-cells = <1>; 376 383 #size-cells = <0>;