mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
a9687aa276
Note that alarms are not currently implemented. 64 bytes of nvmem is supported and exposed in sysfs (# is the instance number, starting with 0): /sys/bus/nvmem/devices/pcf85363-#/nvmem Signed-off-by: Eric Nelson <eric@nelint.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Tested-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
NXP PCF85363 Real Time Clock
|
|
============================
|
|
|
|
Required properties:
|
|
- compatible: Should contain "nxp,pcf85363".
|
|
- reg: I2C address for chip.
|
|
|
|
Optional properties:
|
|
- interrupts: IRQ line for the RTC (not implemented).
|
|
|
|
Example:
|
|
|
|
pcf85363: pcf85363@51 {
|
|
compatible = "nxp,pcf85363";
|
|
reg = <0x51>;
|
|
};
|
|
|