iqs62x-keys.yaml (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) iqs62x-keys.yaml (3d21a46093352f7802b9c66c7cce35cd02a50e53)
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Azoteq IQS620A/621/622/624/625 Keys and Switches
8

--- 16 unchanged lines hidden (view full) ---

25 enum:
26 - azoteq,iqs620a-keys
27 - azoteq,iqs621-keys
28 - azoteq,iqs622-keys
29 - azoteq,iqs624-keys
30 - azoteq,iqs625-keys
31
32 linux,keycodes:
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Azoteq IQS620A/621/622/624/625 Keys and Switches
8

--- 16 unchanged lines hidden (view full) ---

25 enum:
26 - azoteq,iqs620a-keys
27 - azoteq,iqs621-keys
28 - azoteq,iqs622-keys
29 - azoteq,iqs624-keys
30 - azoteq,iqs625-keys
31
32 linux,keycodes:
33 allOf:
34 - $ref: /schemas/types.yaml#/definitions/uint32-array
35 - minItems: 1
36 maxItems: 16
33 $ref: /schemas/types.yaml#/definitions/uint32-array
34 minItems: 1
35 maxItems: 16
37 description: |
38 Specifies the numeric keycodes associated with each available touch or
39 proximity event according to the following table. An 'x' indicates the
40 event is supported for a given device. Specify 0 for unused events.
41
42 -------------------------------------------------------------------------
43 | # | Event | IQS620A | IQS621 | IQS622 | IQS624 | IQS625 |
44 -------------------------------------------------------------------------

--- 88 unchanged lines hidden ---
36 description: |
37 Specifies the numeric keycodes associated with each available touch or
38 proximity event according to the following table. An 'x' indicates the
39 event is supported for a given device. Specify 0 for unused events.
40
41 -------------------------------------------------------------------------
42 | # | Event | IQS620A | IQS621 | IQS622 | IQS624 | IQS625 |
43 -------------------------------------------------------------------------

--- 88 unchanged lines hidden ---