Commit 736a291d authored by Biju Das's avatar Biju Das Committed by Simon Horman

arm64: dts: renesas: hihope-common: Add RWDT support

Enable RWDT and use 60 seconds as default timeout.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 3c3ca5f7
......@@ -45,6 +45,11 @@ scif_clk_pins: scif_clk {
};
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};
&scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment