stmp3xxx-rtc.txt 378 B

12345678910111213141516
  1. * STMP3xxx/i.MX28 Time Clock controller
  2. Required properties:
  3. - compatible: should be one of the following.
  4. * "fsl,stmp3xxx-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,imx28-rtc", "fsl,stmp3xxx-rtc";
  11. reg = <0x80056000 2000>;
  12. interrupts = <29>;
  13. };