sunxi-rtc.txt 416 B

1234567891011121314151617
  1. * sun4i/sun7i Real Time Clock
  2. RTC controller for the Allwinner A10/A20
  3. Required properties:
  4. - compatible : Should be "allwinner,sun4i-a10-rtc" or "allwinner,sun7i-a20-rtc"
  5. - reg: physical base address of the controller and length of memory mapped
  6. region.
  7. - interrupts: IRQ line for the RTC.
  8. Example:
  9. rtc: rtc@01c20d00 {
  10. compatible = "allwinner,sun4i-a10-rtc";
  11. reg = <0x01c20d00 0x20>;
  12. interrupts = <24>;
  13. };