pcf85363.txt 314 B

1234567891011121314151617
  1. NXP PCF85363 Real Time Clock
  2. ============================
  3. Required properties:
  4. - compatible: Should contain "nxp,pcf85363".
  5. - reg: I2C address for chip.
  6. Optional properties:
  7. - interrupts: IRQ line for the RTC (not implemented).
  8. Example:
  9. pcf85363: pcf85363@51 {
  10. compatible = "nxp,pcf85363";
  11. reg = <0x51>;
  12. };