2015-02-14 06:40:29 +08:00
|
|
|
NXP PCF2123 SPI Real Time Clock
|
|
|
|
|
|
|
|
Required properties:
|
2019-08-20 02:26:56 +08:00
|
|
|
- compatible: should be: "nxp,pcf2123"
|
2018-12-19 05:42:23 +08:00
|
|
|
or "microcrystal,rv2123"
|
2015-02-14 06:40:29 +08:00
|
|
|
- reg: should be the SPI slave chipselect address
|
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
- spi-cs-high: PCF2123 needs chipselect high
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
2018-05-05 11:10:31 +08:00
|
|
|
pcf2123: rtc@3 {
|
2019-08-20 02:26:56 +08:00
|
|
|
compatible = "nxp,pcf2123"
|
2015-02-14 06:40:29 +08:00
|
|
|
reg = <3>
|
|
|
|
spi-cs-high;
|
|
|
|
};
|