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: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2017-10-30 16:56:29 +01:00 committed by Simon Horman
parent d0ff035f89
commit fd363f5497
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ &extalr_clk {
clock-frequency = <32768>;
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};
&scif0 {
status = "okay";
};