orion-rtc.txt 422 B

123456789101112131415161718
  1. * Mvebu Real Time Clock
  2. RTC controller for the Kirkwood, the Dove, the Armada 370 and the
  3. Armada XP SoCs
  4. Required properties:
  5. - compatible : Should be "marvell,orion-rtc"
  6. - reg: physical base address of the controller and length of memory mapped
  7. region.
  8. - interrupts: IRQ line for the RTC.
  9. Example:
  10. rtc@10300 {
  11. compatible = "marvell,orion-rtc";
  12. reg = <0xd0010300 0x20>;
  13. interrupts = <50>;
  14. };