mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 05:24:47 +08:00
5aa6a62d11
According to Devicetree Specification v0.2 document: "The name of a node should be somewhat generic, reflecting the function of the device and not its precise programming model." Do as suggested in the binding example. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
NXP PCF2123 SPI Real Time Clock
|
|
|
|
Required properties:
|
|
- compatible: should be: "nxp,rtc-pcf2123"
|
|
- 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;
|
|
};
|