162306a36Sopenharmony_ci* Semtech SX8654 I2C Touchscreen Controller 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciRequired properties: 462306a36Sopenharmony_ci- compatible: must be one of the following, depending on the model: 562306a36Sopenharmony_ci "semtech,sx8650" 662306a36Sopenharmony_ci "semtech,sx8654" 762306a36Sopenharmony_ci "semtech,sx8655" 862306a36Sopenharmony_ci "semtech,sx8656" 962306a36Sopenharmony_ci- reg: i2c slave address 1062306a36Sopenharmony_ci- interrupts: touch controller interrupt 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciOptional properties: 1362306a36Sopenharmony_ci - reset-gpios: GPIO specification for the NRST input 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciExample: 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci sx8654@48 { 1862306a36Sopenharmony_ci compatible = "semtech,sx8654"; 1962306a36Sopenharmony_ci reg = <0x48>; 2062306a36Sopenharmony_ci interrupt-parent = <&gpio6>; 2162306a36Sopenharmony_ci interrupts = <3 IRQ_TYPE_EDGE_FALLING>; 2262306a36Sopenharmony_ci reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; 2362306a36Sopenharmony_ci }; 24