atmel,at91rm9200-rtc.txt 371 B

12345678910111213141516
  1. Atmel AT91RM9200 Real Time Clock
  2. Required properties:
  3. - compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: rtc alarm/event interrupt
  7. Example:
  8. rtc@fffffe00 {
  9. compatible = "atmel,at91rm9200-rtc";
  10. reg = <0xfffffe00 0x100>;
  11. interrupts = <1 4 7>;
  12. };