1 * AUO in-cell touchscreen controller using Pixcir sensors
4 - compatible: must be "auo,auo_pixcir_ts"
5 - reg: I2C address of the chip
6 - interrupts: interrupt to which the chip is connected
7 - gpios: gpios the chip is connected to
8 first one is the interrupt gpio and second one the reset gpio
9 - x-size: horizontal resolution of touchscreen
10 - y-size: vertical resolution of touchscreen
18 compatible = "auo,auo_pixcir_ts";
22 gpios = <&gpf 2 0 2>, /* INT */
23 <&gpf 5 1 0>; /* RST */