18c2ecf20Sopenharmony_ciNXP PCF85263/PCF85363 Real Time Clock
28c2ecf20Sopenharmony_ci============================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363".
68c2ecf20Sopenharmony_ci- reg: I2C address for chip.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional properties:
98c2ecf20Sopenharmony_ci- interrupts: IRQ line for the RTC (not implemented).
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cipcf85363: pcf85363@51 {
148c2ecf20Sopenharmony_ci	compatible = "nxp,pcf85363";
158c2ecf20Sopenharmony_ci	reg = <0x51>;
168c2ecf20Sopenharmony_ci};
178c2ecf20Sopenharmony_ci
18