Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / rtc / pcf85363.txt
blob76fdabc5974232a08cbcbe10b60cd08db942b7cf
1 NXP PCF85363 Real Time Clock
2 ============================
4 Required properties:
5 - compatible: Should contain "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>;