mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 17:46:59 +07:00
bae5e94bea
The pcf85263 RTC is compatible with the pcf85363 RTC. The difference between the pcf85263 and pcf85363 RTC is that the latter has 64 bytes more RAM. This renders them incompatible from a DT point of view. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
18 lines
341 B
Plaintext
18 lines
341 B
Plaintext
NXP PCF85263/PCF85363 Real Time Clock
|
|
============================
|
|
|
|
Required properties:
|
|
- compatible: Should contain "nxp,pcf85263" or "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>;
|
|
};
|
|
|