blob: 34c1505774bfc46fd27ce318aa041fd66dc3a321 [file] [log] [blame]
Joachim Eastwood7c1b68d2013-04-29 16:20:15 -07001Atmel AT91RM9200 Real Time Clock
2
3Required properties:
Johan Hovoldbba00e52013-06-12 14:04:57 -07004- compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc"
Joachim Eastwood7c1b68d2013-04-29 16:20:15 -07005- reg: physical base address of the controller and length of memory mapped
6 region.
7- interrupts: rtc alarm/event interrupt
8
9Example:
10
11rtc@fffffe00 {
12 compatible = "atmel,at91rm9200-rtc";
13 reg = <0xfffffe00 0x100>;
14 interrupts = <1 4 7>;
15};