0001 * STMP3xxx/i.MX28 Time Clock controller
0002
0003 Required properties:
0004 - compatible: should be one of the following.
0005 * "fsl,stmp3xxx-rtc"
0006 - reg: physical base address of the controller and length of memory mapped
0007 region.
0008 - interrupts: rtc alarm interrupt
0009
0010 Optional properties:
0011 - stmp,crystal-freq: override crystal frequency as determined from fuse bits.
0012 Only <32000> and <32768> are possible for the hardware. Use <0> for
0013 "no crystal".
0014
0015 Example:
0016
0017 rtc@80056000 {
0018 compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
0019 reg = <0x80056000 2000>;
0020 interrupts = <29>;
0021 };