1 * i.MX53 Secure Real Time Clock (SRTC)
4 - compatible: should be: "fsl,imx53-rtc"
5 - reg: physical base address of the controller and length of memory mapped
7 - clocks: should contain the phandle for the rtc clock
8 - interrupts: rtc alarm interrupt
13 compatible = "fsl,imx53-rtc";
14 reg = <0x53fa4000 0x4000>;
16 clocks = <&clks IMX5_CLK_SRTC_GATE>;