arm64: dts: renesas: eagle: Enable watchdog timer
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 30 Oct 2017 15:56:29 +0000 (16:56 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 28 Nov 2017 08:36:12 +0000 (09:36 +0100)
Enable the Watchdog Timer (WDT) controller on the Renesas Eagle
board equipped with an R-Car V3M (r8a77970) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77970-eagle.dts

index 9e37f6e..8fe5c19 100644 (file)
        clock-frequency = <32768>;
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif0 {
        status = "okay";
 };