imxdi-rtc.txt 400 B

1234567891011121314151617
  1. * i.MX25 Real Time Clock controller
  2. This binding supports the following chips: i.MX25, i.MX53
  3. Required properties:
  4. - compatible: should be: "fsl,imx25-rtc"
  5. - reg: physical base address of the controller and length of memory mapped
  6. region.
  7. - interrupts: rtc alarm interrupt
  8. Example:
  9. rtc@80056000 {
  10. compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
  11. reg = <0x80056000 2000>;
  12. interrupts = <29>;
  13. };