blob: 45750ff3112d26448506fdf1aa3f239cfe9f3f3c [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Motorola CPCAP PMIC RTC
2-----------------------
3
4This module is part of the CPCAP. For more details about the whole
5chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
6
7Requires node properties:
8- compatible: should contain "motorola,cpcap-rtc"
9- interrupts: An interrupt specifier for alarm and 1 Hz irq
10
11Example:
12
13&cpcap {
14 cpcap_rtc: rtc {
15 compatible = "motorola,cpcap-rtc";
16 interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
17 };
18};