drivers: input: add cf1133 controller touchscreen
The driver allows to use CF1133 controller touchscreen (I2C) Signed-off-by: Clement Dysli <clementdy@kickmaker.net>
This commit is contained in:
parent
06caa9cde6
commit
bc140e1a36
6 changed files with 390 additions and 0 deletions
18
dts/bindings/input/sitronix,cf1133.yaml
Normal file
18
dts/bindings/input/sitronix,cf1133.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Copyright (c) 2024, Kickmaker
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
description: CF1133 capacitive touch panels
|
||||
|
||||
compatible: "sitronix,cf1133"
|
||||
|
||||
include: i2c-device.yaml
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
Interrupt GPIO. Used by the controller to signal touch data is
|
||||
available. Active low.
|
Loading…
Add table
Add a link
Reference in a new issue