spear-rtc.txt 422 B

1234567891011121314151617
  1. * SPEAr RTC
  2. Required properties:
  3. - compatible : "st,spear600-rtc"
  4. - reg : Address range of the rtc registers
  5. - interrupt-parent: Should be the phandle for the interrupt controller
  6. that services interrupts for this device
  7. - interrupt: Should contain the rtc interrupt number
  8. Example:
  9. rtc@fc000000 {
  10. compatible = "st,spear600-rtc";
  11. reg = <0xfc000000 0x1000>;
  12. interrupt-parent = <&vic1>;
  13. interrupts = <12>;
  14. };