Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd363f54 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: dts: renesas: eagle: Enable watchdog timer



Enable the Watchdog Timer (WDT) controller on the Renesas Eagle
board equipped with an R-Car V3M (r8a77970) SoC.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d0ff035f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -52,6 +52,11 @@
	clock-frequency = <32768>;
};

&rwdt {
	timeout-sec = <60>;
	status = "okay";
};

&scif0 {
	status = "okay";
};