ARM: at91: dt: usb-a9260: update shutdown controller
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 23 May 2013 22:48:22 +0000 (06:48 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 31 May 2013 14:52:35 +0000 (16:52 +0200)
enable rtt and wakeup button (5 msec low)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/usb_a9260.dts

index a604107eb474a67b898b17203a99a821e6587a3f..de0c24f5210a3a07d42ee225999541fbb8495353 100644 (file)
        memory {
                reg = <0x20000000 0x4000000>;
        };
+
+       ahb {
+               apb {
+                       shdwc@fffffd10 {
+                               atmel,wakeup-counter = <10>;
+                               atmel,wakeup-rtt-timer;
+                       };
+               };
+       };
 };
This page took 0.025236 seconds and 5 git commands to generate.