]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
authorFabio Porcedda <fabio.porcedda@gmail.com>
Mon, 12 Nov 2012 08:37:26 +0000 (09:37 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 16 Nov 2012 14:48:41 +0000 (15:48 +0100)
Tested on an at91sam9260 board (evk-pro3).

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9260.dtsi
arch/arm/boot/dts/at91sam9263.dtsi
arch/arm/boot/dts/at91sam9g45.dtsi

index d410581a5a859901b32a49a1f037356c9f22e294..bfb5bb6528b57319142a7fdc9743e7358a5a00de 100644 (file)
                                        trigger-external;
                                };
                        };
+
+                       watchdog@fffffd40 {
+                               compatible = "atmel,at91sam9260-wdt";
+                               reg = <0xfffffd40 0x10>;
+                               status = "disabled";
+                       };
                };
 
                nand0: nand@40000000 {
index 3e6e5c1abbf37184a44237e464080a52f4312e9f..ff5461278c038bea311144b391492eb969d09ab5 100644 (file)
                                #size-cells = <0>;
                                status = "disabled";
                        };
+
+                       watchdog@fffffd40 {
+                               compatible = "atmel,at91sam9260-wdt";
+                               reg = <0xfffffd40 0x10>;
+                               status = "disabled";
+                       };
                };
 
                nand0: nand@40000000 {
index 3add030d61f8651fcf5a0476b11423897de71560..a98c00a234eb09619f21e7376137d01deef7c582 100644 (file)
                                        trigger-value = <0x6>;
                                };
                        };
+
+                       watchdog@fffffd40 {
+                               compatible = "atmel,at91sam9260-wdt";
+                               reg = <0xfffffd40 0x10>;
+                               status = "disabled";
+                       };
                };
 
                nand0: nand@40000000 {