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

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

arm64: dts: r8a7796/salvator-x: Enable watchdog timer



Enable the Watchdog Timer (WDT) controller on the Renesas Salvator-X
board equipped with an R-Car M3-W (r8a7796) SoC.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c8ce8007
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,3 +43,8 @@
	clock-frequency = <14745600>;
	status = "okay";
};

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