rtc-mxc_v2.txt 422 B

1234567891011121314151617
  1. * i.MX53 Secure Real Time Clock (SRTC)
  2. Required properties:
  3. - compatible: should be: "fsl,imx53-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. Example:
  9. rtc@53fa4000 {
  10. compatible = "fsl,imx53-rtc";
  11. reg = <0x53fa4000 0x4000>;
  12. interrupts = <24>;
  13. clocks = <&clks IMX5_CLK_SRTC_GATE>;
  14. };