1 Qualcomm PM8941 PMIC Power Key
8 Definition: must be one of:
14 Value type: <prop-encoded-array>
15 Definition: base address of registers for block
19 Value type: <prop-encoded-array>
20 Definition: key change interrupt; The format of the specifier is
21 defined by the binding document describing the node's
27 Definition: time in microseconds that key must be pressed or released
28 for state change interrupt to trigger.
33 Definition: presence of this property indicates that the KPDPWR_N pin
34 should be configured for pull up.
39 Definition: The input key-code associated with the power key.
40 Use the linux event codes defined in
41 include/dt-bindings/input/linux-event-codes.h
42 When property is omitted KEY_POWER is assumed.
47 compatible = "qcom,pm8941-pwrkey";
49 interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
52 linux,code = <KEY_POWER>;