18c2ecf20Sopenharmony_ci* Semtech SX8654 I2C Touchscreen Controller
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be one of the following, depending on the model:
58c2ecf20Sopenharmony_ci	"semtech,sx8650"
68c2ecf20Sopenharmony_ci	"semtech,sx8654"
78c2ecf20Sopenharmony_ci	"semtech,sx8655"
88c2ecf20Sopenharmony_ci	"semtech,sx8656"
98c2ecf20Sopenharmony_ci- reg: i2c slave address
108c2ecf20Sopenharmony_ci- interrupts: touch controller interrupt
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciOptional properties:
138c2ecf20Sopenharmony_ci - reset-gpios: GPIO specification for the NRST input
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	sx8654@48 {
188c2ecf20Sopenharmony_ci		compatible = "semtech,sx8654";
198c2ecf20Sopenharmony_ci		reg = <0x48>;
208c2ecf20Sopenharmony_ci		interrupt-parent = <&gpio6>;
218c2ecf20Sopenharmony_ci		interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
228c2ecf20Sopenharmony_ci		reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
238c2ecf20Sopenharmony_ci	};
24