ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / epson,rtc7301.txt
blob5f9df3f1467cbb968859a639794d27cf7b845668
1 EPSON TOYOCOM RTC-7301SF/DG
3 Required properties:
5 - compatible: Should be "epson,rtc7301sf" or "epson,rtc7301dg"
6 - reg: Specifies base physical address and size of the registers.
7 - interrupts: A single interrupt specifier.
9 Example:
11 rtc: rtc@44a00000 {
12         compatible = "epson,rtc7301dg";
13         reg = <0x44a00000 0x10000>;
14         interrupt-parent = <&axi_intc_0>;
15         interrupts = <3 2>;