xref: /freebsd/sys/contrib/device-tree/Bindings/rtc/cpcap-rtc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotMotorola CPCAP PMIC RTC
2*c66ec88fSEmmanuel Vadot-----------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotThis module is part of the CPCAP. For more details about the whole
5*c66ec88fSEmmanuel Vadotchip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequires node properties:
8*c66ec88fSEmmanuel Vadot- compatible: should contain "motorola,cpcap-rtc"
9*c66ec88fSEmmanuel Vadot- interrupts: An interrupt specifier for alarm and 1 Hz irq
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot&cpcap {
14*c66ec88fSEmmanuel Vadot	cpcap_rtc: rtc {
15*c66ec88fSEmmanuel Vadot		compatible = "motorola,cpcap-rtc";
16*c66ec88fSEmmanuel Vadot		interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
17*c66ec88fSEmmanuel Vadot	};
18*c66ec88fSEmmanuel Vadot};
19