Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 49a57857aeea06ca831043acbb0fa5e0f50602fd authored by Linus Torvalds on 21 January 2019, 00:14:44 UTC
Linux 5.0-rc3
Tip revision: 49a5785
nxp,rtc-2123.txt
NXP PCF2123 SPI Real Time Clock

Required properties:
- compatible: should be: "nxp,rtc-pcf2123"
                      or "microcrystal,rv2123"
- reg: should be the SPI slave chipselect address

Optional properties:
- spi-cs-high: PCF2123 needs chipselect high

Example:

pcf2123: rtc@3 {
	compatible = "nxp,rtc-pcf2123"
	reg = <3>
	spi-cs-high;
};
back to top