diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-10-04 03:24:15 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 15:33:38 -0500 |
commit | 705b675db92bbbda47507205a37784d2d0ab8c0d (patch) | |
tree | b0fce8450cb4b167fe32cac4ea502008d51b5a28 /arch | |
parent | fe46aa679f12c6e43039a2a3255ea47e47dcef52 (diff) |
ARM: at91/dt: add watchdog properties to kizbox board
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/kizbox.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts index 02df1914a47c..928f6eef2d59 100644 --- a/arch/arm/boot/dts/kizbox.dts +++ b/arch/arm/boot/dts/kizbox.dts | |||
@@ -53,6 +53,12 @@ | |||
53 | status = "okay"; | 53 | status = "okay"; |
54 | }; | 54 | }; |
55 | 55 | ||
56 | watchdog@fffffd40 { | ||
57 | timeout-sec = <15>; | ||
58 | atmel,max-heartbeat-sec = <16>; | ||
59 | atmel,min-heartbeat-sec = <0>; | ||
60 | status = "okay"; | ||
61 | }; | ||
56 | }; | 62 | }; |
57 | 63 | ||
58 | nand0: nand@40000000 { | 64 | nand0: nand@40000000 { |