ARM: at91/dt: add watchdog properties to kizbox board
authorBoris BREZILLON <b.brezillon@overkiz.com>
Fri, 4 Oct 2013 07:24:15 +0000 (09:24 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 28 Jan 2014 20:33:38 +0000 (21:33 +0100)
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>
arch/arm/boot/dts/kizbox.dts

index 02df1914a47c8f971cbe8fb852cea0963833bcff..928f6eef2d592cc6b0fe0318c275cd3c98e75583 100644 (file)
                                status = "okay";
                        };
 
+                       watchdog@fffffd40 {
+                               timeout-sec = <15>;
+                               atmel,max-heartbeat-sec = <16>;
+                               atmel,min-heartbeat-sec = <0>;
+                               status = "okay";
+                       };
                };
 
                nand0: nand@40000000 {