imxdi-rtc.txt 493 B

1234567891011121314151617181920
  1. * i.MX25 Real Time Clock controller
  2. Required properties:
  3. - compatible: should be: "fsl,imx25-rtc"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - clocks: should contain the phandle for the rtc clock
  7. - interrupts: rtc alarm interrupt
  8. Optional properties:
  9. - interrupts: dryice security violation interrupt (second entry)
  10. Example:
  11. rtc@53ffc000 {
  12. compatible = "fsl,imx25-rtc";
  13. reg = <0x53ffc000 0x4000>;
  14. clocks = <&clks 81>;
  15. interrupts = <25 56>;
  16. };