0001 Motorola CPCAP PMIC RTC
0002 -----------------------
0003
0004 This module is part of the CPCAP. For more details about the whole
0005 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
0006
0007 Requires node properties:
0008 - compatible: should contain "motorola,cpcap-rtc"
0009 - interrupts: An interrupt specifier for alarm and 1 Hz irq
0010
0011 Example:
0012
0013 &cpcap {
0014 cpcap_rtc: rtc {
0015 compatible = "motorola,cpcap-rtc";
0016 interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
0017 };
0018 };