Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25a8d077 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Nicolas Ferre
Browse files

ARM: at91: dt: usb-a9260: update shutdown controller



enable rtt and wakeup button (5 msec low)

Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent f89ae61b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -20,4 +20,13 @@
	memory {
		reg = <0x20000000 0x4000000>;
	};

	ahb {
		apb {
			shdwc@fffffd10 {
				atmel,wakeup-counter = <10>;
				atmel,wakeup-rtt-timer;
			};
		};
	};
};