ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / imxdi-rtc.txt
blobc797bc9d77d2296a225c8d6da9922fb187243f9a
1 * i.MX25 Real Time Clock controller
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
10 Optional properties:
11 - interrupts: dryice security violation interrupt (second entry)
13 Example:
15 rtc@53ffc000 {
16         compatible = "fsl,imx25-rtc";
17         reg = <0x53ffc000 0x4000>;
18         clocks = <&clks 81>;
19         interrupts = <25 56>;