1 * Semtech SX8654 I2C Touchscreen Controller
4 - compatible: must be one of the following, depending on the model:
9 - reg: i2c slave address
10 - interrupts: touch controller interrupt
13 - reset-gpios: GPIO specification for the NRST input
18 compatible = "semtech,sx8654";
20 interrupt-parent = <&gpio6>;
21 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
22 reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;