xref: /freebsd-src/sys/contrib/device-tree/Bindings/rtc/pcf85363.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotNXP PCF85263/PCF85363 Real Time Clock
2*c66ec88fSEmmanuel Vadot============================
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363".
6*c66ec88fSEmmanuel Vadot- reg: I2C address for chip.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotOptional properties:
9*c66ec88fSEmmanuel Vadot- interrupts: IRQ line for the RTC (not implemented).
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadotpcf85363: pcf85363@51 {
14*c66ec88fSEmmanuel Vadot	compatible = "nxp,pcf85363";
15*c66ec88fSEmmanuel Vadot	reg = <0x51>;
16*c66ec88fSEmmanuel Vadot};
17*c66ec88fSEmmanuel Vadot
18