xref: /freebsd/sys/contrib/device-tree/Bindings/input/dlg,da9062-onkey.yaml (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1*01950c46SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*01950c46SEmmanuel Vadot%YAML 1.2
3*01950c46SEmmanuel Vadot---
4*01950c46SEmmanuel Vadot$id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml#
5*01950c46SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*01950c46SEmmanuel Vadot
7*01950c46SEmmanuel Vadottitle: Dialog DA9061/62/63 OnKey Module
8*01950c46SEmmanuel Vadot
9*01950c46SEmmanuel Vadotmaintainers:
10*01950c46SEmmanuel Vadot  - Biju Das <biju.das.jz@bp.renesas.com>
11*01950c46SEmmanuel Vadot
12*01950c46SEmmanuel Vadotdescription: |
13*01950c46SEmmanuel Vadot  This module is part of the DA9061/DA9062/DA9063. For more details about entire
14*01950c46SEmmanuel Vadot  DA906{1,2,3} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
15*01950c46SEmmanuel Vadot
16*01950c46SEmmanuel Vadot  This module provides the KEY_POWER event.
17*01950c46SEmmanuel Vadot
18*01950c46SEmmanuel Vadotproperties:
19*01950c46SEmmanuel Vadot  compatible:
20*01950c46SEmmanuel Vadot    oneOf:
21*01950c46SEmmanuel Vadot      - enum:
22*01950c46SEmmanuel Vadot          - dlg,da9062-onkey
23*01950c46SEmmanuel Vadot          - dlg,da9063-onkey
24*01950c46SEmmanuel Vadot      - items:
25*01950c46SEmmanuel Vadot          - const: dlg,da9061-onkey
26*01950c46SEmmanuel Vadot          - const: dlg,da9062-onkey
27*01950c46SEmmanuel Vadot
28*01950c46SEmmanuel Vadot  dlg,disable-key-power:
29*01950c46SEmmanuel Vadot    type: boolean
30*01950c46SEmmanuel Vadot    description:
31*01950c46SEmmanuel Vadot      Disable power-down using a long key-press. If this entry exists
32*01950c46SEmmanuel Vadot      the OnKey driver will remove support for the KEY_POWER key press
33*01950c46SEmmanuel Vadot      when triggered using a long press of the OnKey.
34*01950c46SEmmanuel Vadot
35*01950c46SEmmanuel Vadotrequired:
36*01950c46SEmmanuel Vadot  - compatible
37*01950c46SEmmanuel Vadot
38*01950c46SEmmanuel VadotadditionalProperties: false
39