blob: 0dd0076daf71f17463e0d06e856677e1d2d1bc44 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Motorola 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};