mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
Atmel AT91RM9200 Real Time Clock
|
|
|
|
Required properties:
|
|
- compatible: should be: "atmel,at91rm9200-rtc"
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
region.
|
|
- interrupts: rtc alarm/event interrupt
|
|
|
|
Example:
|
|
|
|
rtc@fffffe00 {
|
|
compatible = "atmel,at91rm9200-rtc";
|
|
reg = <0xfffffe00 0x100>;
|
|
interrupts = <1 4 7>;
|
|
};
|