diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2013-05-31 07:11:33 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-31 23:54:50 +0400 |
commit | c77bcef4c99c6638c85d31391391bf80f98c5572 (patch) | |
tree | ed3258ebdfbb6c9b393c8603f92c7dc136cf37e2 /arch/arm/boot/dts/at91sam9263ek.dts | |
parent | 136d35561809dd12b3e8868a1a76080266d595b0 (diff) | |
download | linux-c77bcef4c99c6638c85d31391391bf80f98c5572.tar.xz |
ARM: at91/dts: add the watchdog nodes for at91 boards
boards include:
at91sam9263ek, at91sam9g20ek, at91sam9m10g45ek, at91sam9n12ek, at91sam9x5ek
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Tested-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index eff1afb81304..70f835b55c0b 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts @@ -89,6 +89,10 @@ reg = <0>; }; }; + + watchdog@fffffd40 { + status = "okay"; + }; }; nand0: nand@40000000 { |