atmel,at91rm9200-rtc.txt 426 B

1234567891011121314151617
  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. - clocks: phandle to input clock.
  8. Example:
  9. rtc@fffffe00 {
  10. compatible = "atmel,at91rm9200-rtc";
  11. reg = <0xfffffe00 0x100>;
  12. interrupts = <1 4 7>;
  13. clocks = <&clk32k>;
  14. };