1* Semtech SX8654 I2C Touchscreen Controller 2 3Required properties: 4- compatible: must be "semtech,sx8654" 5- reg: i2c slave address 6- interrupts: touch controller interrupt 7 8Example: 9 10 sx8654@48 { 11 compatible = "semtech,sx8654"; 12 reg = <0x48>; 13 interrupt-parent = <&gpio6>; 14 interrupts = <3 IRQ_TYPE_EDGE_FALLING>; 15 }; 16