rtc-omap.txt 362 B

1234567891011121314151617
  1. TI Real Time Clock
  2. Required properties:
  3. - compatible: "ti,da830-rtc"
  4. - reg: Address range of rtc register set
  5. - interrupts: rtc timer, alarm interrupts in order
  6. - interrupt-parent: phandle for the interrupt controller
  7. Example:
  8. rtc@1c23000 {
  9. compatible = "ti,da830-rtc";
  10. reg = <0x23000 0x1000>;
  11. interrupts = <19
  12. 19>;
  13. interrupt-parent = <&intc>;
  14. };