2022-05-09 17:45:40 +08:00
|
|
|
# Copyright (c) 2022 Keiya Nobuta
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: CAP1203 3-channel capacitive touch sensor
|
|
|
|
|
|
|
|
compatible: "microchip,cap1203"
|
|
|
|
|
2023-07-17 01:29:40 +08:00
|
|
|
include: i2c-device.yaml
|
2022-05-09 17:45:40 +08:00
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
int-gpios:
|
|
|
|
type: phandle-array
|
2023-07-17 03:24:42 +08:00
|
|
|
|
|
|
|
input-codes:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
|