Commit 705b675d authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Wim Van Sebroeck

ARM: at91/dt: add watchdog properties to kizbox board

Add watchdog specific config for kizbox board.
Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent fe46aa67
......@@ -53,6 +53,12 @@ macb0: ethernet@fffc4000 {
status = "okay";
};
watchdog@fffffd40 {
timeout-sec = <15>;
atmel,max-heartbeat-sec = <16>;
atmel,min-heartbeat-sec = <0>;
status = "okay";
};
};
nand0: nand@40000000 {
......
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