1# Copyright (c) 2020 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: GT9xx / GT9xxx capacitive touch panels
5
6compatible: "goodix,gt911"
7
8include: i2c-device.yaml
9
10properties:
11  irq-gpios:
12    type: phandle-array
13  reset-gpios:
14    type: phandle-array
15  alt-addr:
16    type: int
17    description:
18      Alternate I2C address for this device. When provided, the driver will
19      use probing mode to determine the I2C address rather than setting the
20      INT pin low to force a specific address
21