ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / pcf85363.txt
blob94adc1cf93d9b10be0043e235a2c552b209d77c1
1 NXP PCF85263/PCF85363 Real Time Clock
2 ============================
4 Required properties:
5 - compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363".
6 - reg: I2C address for chip.
8 Optional properties:
9 - interrupts: IRQ line for the RTC (not implemented).
11 Example:
13 pcf85363: pcf85363@51 {
14         compatible = "nxp,pcf85363";
15         reg = <0x51>;