xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/cpcap-rtc.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunMotorola CPCAP PMIC RTC
2*4882a593Smuzhiyun-----------------------
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunThis module is part of the CPCAP. For more details about the whole
5*4882a593Smuzhiyunchip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunRequires node properties:
8*4882a593Smuzhiyun- compatible: should contain "motorola,cpcap-rtc"
9*4882a593Smuzhiyun- interrupts: An interrupt specifier for alarm and 1 Hz irq
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun&cpcap {
14*4882a593Smuzhiyun	cpcap_rtc: rtc {
15*4882a593Smuzhiyun		compatible = "motorola,cpcap-rtc";
16*4882a593Smuzhiyun		interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
17*4882a593Smuzhiyun	};
18*4882a593Smuzhiyun};
19