diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-10-04 11:24:14 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-29 00:33:14 +0400 |
commit | fe46aa679f12c6e43039a2a3255ea47e47dcef52 (patch) | |
tree | 98f5ebc7676e5e000ce314a932fc513d575037a0 /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | 6914c5873c227f0eb03e3860a1cf95a930a06f31 (diff) | |
download | linux-fe46aa679f12c6e43039a2a3255ea47e47dcef52.tar.xz |
ARM: at91/dt: add sam9 watchdog default options to SoCs
Set default watchdog options in every SoC compatible with the sam9 watchdog.
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/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 7248270a3ea6..394e6ce2afb7 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi @@ -541,6 +541,11 @@ watchdog@fffffe40 { compatible = "atmel,at91sam9260-wdt"; reg = <0xfffffe40 0x10>; + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; + atmel,watchdog-type = "hardware"; + atmel,reset-type = "all"; + atmel,dbg-halt; + atmel,idle-halt; status = "disabled"; }; |