xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunMotorola CPCAP on key
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunThis module is part of the CPCAP. For more details about the whole
4*4882a593Smuzhiyunchip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunThis module provides a simple power button event via an Interrupt.
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunRequired properties:
9*4882a593Smuzhiyun- compatible: should be one of the following
10*4882a593Smuzhiyun   - "motorola,cpcap-pwrbutton"
11*4882a593Smuzhiyun- interrupts: irq specifier for CPCAP's ON IRQ
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunExample:
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun&cpcap {
16*4882a593Smuzhiyun	cpcap_pwrbutton: pwrbutton {
17*4882a593Smuzhiyun		compatible = "motorola,cpcap-pwrbutton";
18*4882a593Smuzhiyun		interrupts = <23 IRQ_TYPE_NONE>;
19*4882a593Smuzhiyun	};
20*4882a593Smuzhiyun};
21