drivers: kscan: Add CAP1203 driver
Add driver for Microchip CAP1203 3-Channel Capacitive Touch Sensor datasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/00001572B.pdf Signed-off-by: Keiya Nobuta <nobuta.keiya@fujitsu.com>
This commit is contained in:
parent
a6f924db7f
commit
5d662ae3f8
5 changed files with 303 additions and 0 deletions
13
dts/bindings/kscan/microchip,cap1203.yaml
Normal file
13
dts/bindings/kscan/microchip,cap1203.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (c) 2022 Keiya Nobuta
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: CAP1203 3-channel capacitive touch sensor
|
||||
|
||||
compatible: "microchip,cap1203"
|
||||
|
||||
include: [kscan.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
type: phandle-array
|
||||
required: false
|
Loading…
Add table
Add a link
Reference in a new issue