1# Copyright (c) 2020,2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: FT3267/FT5XX6/FT6XX6 capacitive touch panels 5 6compatible: "focaltech,ft5336" 7 8include: i2c-device.yaml 9 10properties: 11 int-gpios: 12 type: phandle-array 13 description: | 14 Interrupt GPIO. Used by the controller to signal touch data is 15 available. Active low. 16 reset-gpios: 17 type: phandle-array 18 description: | 19 Reset GPIO. Used to reset the controller during initialization, and 20 to wake it from hibernation mode. Active low. 21