mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7c1b68d4e1
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>;
|
|
};
|