xref: /freebsd/sys/contrib/device-tree/Bindings/input/cpcap-pwrbutton.txt (revision 02e9120893770924227138ba49df1edb3896112a)
1Motorola CPCAP on key
2
3This module is part of the CPCAP. For more details about the whole
4chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
5
6This module provides a simple power button event via an Interrupt.
7
8Required properties:
9- compatible: should be one of the following
10   - "motorola,cpcap-pwrbutton"
11- interrupts: irq specifier for CPCAP's ON IRQ
12
13Example:
14
15&cpcap {
16	cpcap_pwrbutton: pwrbutton {
17		compatible = "motorola,cpcap-pwrbutton";
18		interrupts = <23 IRQ_TYPE_NONE>;
19	};
20};
21