nxp,rtc-2123.txt 310 B

12345678910111213141516
  1. NXP PCF2123 SPI Real Time Clock
  2. Required properties:
  3. - compatible: should be: "nxp,rtc-pcf2123"
  4. - reg: should be the SPI slave chipselect address
  5. Optional properties:
  6. - spi-cs-high: PCF2123 needs chipselect high
  7. Example:
  8. rtc: nxp,rtc-pcf2123@3 {
  9. compatible = "nxp,rtc-pcf2123"
  10. reg = <3>
  11. spi-cs-high;
  12. };