Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rtc / pcf85363.txt
1 NXP PCF85363 Real Time Clock
2 ============================
3
4 Required properties:
5 - compatible: Should contain "nxp,pcf85363".
6 - reg: I2C address for chip.
7
8 Optional properties:
9 - interrupts: IRQ line for the RTC (not implemented).
10
11 Example:
12
13 pcf85363: pcf85363@51 {
14         compatible = "nxp,pcf85363";
15         reg = <0x51>;
16 };
17