sun6i-rtc.txt 432 B

1234567891011121314151617
  1. * sun6i Real Time Clock
  2. RTC controller for the Allwinner A31
  3. Required properties:
  4. - compatible : Should be "allwinner,sun6i-a31-rtc"
  5. - reg : physical base address of the controller and length of
  6. memory mapped region.
  7. - interrupts : IRQ lines for the RTC alarm 0 and alarm 1, in that order.
  8. Example:
  9. rtc: rtc@01f00000 {
  10. compatible = "allwinner,sun6i-a31-rtc";
  11. reg = <0x01f00000 0x54>;
  12. interrupts = <0 40 4>, <0 41 4>;
  13. };