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

Commit 31e12cb6 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman
Browse files

arm64: dts: m3ulcb: enable WDT



This supports watchdog timer for M3ULCB board

Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7be98b47
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -90,3 +90,8 @@
	clock-frequency = <14745600>;
	status = "okay";
};

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