1 * Semtech SX8654 I2C Touchscreen Controller
4 - compatible: must be "semtech,sx8654"
5 - reg: i2c slave address
6 - interrupt-parent: the phandle for the interrupt controller
7 - interrupts: touch controller interrupt
12 compatible = "semtech,sx8654";
14 interrupt-parent = <&gpio6>;
15 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;