Skip to content

Commit

Permalink
ARM: at91/dt: add watchdog properties to kizbox board
Browse files Browse the repository at this point in the history
Add watchdog specific config for kizbox board.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Boris BREZILLON authored and Wim Van Sebroeck committed Jan 28, 2014
1 parent fe46aa6 commit 705b675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/kizbox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
status = "okay";
};

watchdog@fffffd40 {
timeout-sec = <15>;
atmel,max-heartbeat-sec = <16>;
atmel,min-heartbeat-sec = <0>;
status = "okay";
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 705b675

Please sign in to comment.