xref: /linux/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt (revision 6e2d6b2728fcb408eabd7991804f8cb33ff59f20)
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