Merge remote-tracking branches 'asoc/topic/cs42l73', 'asoc/topic/cs47l24', 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rtc / imxdi-rtc.txt
1 * i.MX25 Real Time Clock controller
2
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 - clocks: should contain the phandle for the rtc clock
8 - interrupts: rtc alarm interrupt
9
10 Optional properties:
11 - interrupts: dryice security violation interrupt (second entry)
12
13 Example:
14
15 rtc@53ffc000 {
16         compatible = "fsl,imx25-rtc";
17         reg = <0x53ffc000 0x4000>;
18         clocks = <&clks 81>;
19         interrupts = <25 56>;
20 };