]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rtc/cpcap-rtc.txt
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / Documentation / devicetree / bindings / rtc / cpcap-rtc.txt
1 Motorola CPCAP PMIC RTC
2 -----------------------
3
4 This module is part of the CPCAP. For more details about the whole
5 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
6
7 Requires node properties:
8 - compatible: should contain "motorola,cpcap-rtc"
9 - interrupts: An interrupt specifier for alarm and 1 Hz irq
10
11 Example:
12
13 &cpcap {
14         cpcap_rtc: rtc {
15                 compatible = "motorola,cpcap-rtc";
16                 interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
17         };
18 };