diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9260.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9260.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi index 56ee8282a7a8..997901f7ed73 100644 --- a/arch/arm/boot/dts/at91sam9260.dtsi +++ b/arch/arm/boot/dts/at91sam9260.dtsi | |||
@@ -648,6 +648,11 @@ | |||
648 | watchdog@fffffd40 { | 648 | watchdog@fffffd40 { |
649 | compatible = "atmel,at91sam9260-wdt"; | 649 | compatible = "atmel,at91sam9260-wdt"; |
650 | reg = <0xfffffd40 0x10>; | 650 | reg = <0xfffffd40 0x10>; |
651 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | ||
652 | atmel,watchdog-type = "hardware"; | ||
653 | atmel,reset-type = "all"; | ||
654 | atmel,dbg-halt; | ||
655 | atmel,idle-halt; | ||
651 | status = "disabled"; | 656 | status = "disabled"; |
652 | }; | 657 | }; |
653 | }; | 658 | }; |