xref: /linux/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt (revision 6f84981772535e670e4e2df051a672af229b6694)
1ae495e84SHui Wang* EETI eGalax Multiple Touch Controller
2ae495e84SHui Wang
3ae495e84SHui WangRequired properties:
4ae495e84SHui Wang- compatible: must be "eeti,egalax_ts"
5ae495e84SHui Wang- reg: i2c slave address
6ae495e84SHui Wang- interrupts: touch controller interrupt
7ae495e84SHui Wang- wakeup-gpios: the gpio pin to be used for waking up the controller
8c9eb303bSFabio Estevam  and also used as irq pin
9ae495e84SHui Wang
10ae495e84SHui WangExample:
11ae495e84SHui Wang
1248c926cdSMarco Franchi	touchscreen@4 {
13ae495e84SHui Wang		compatible = "eeti,egalax_ts";
14ae495e84SHui Wang		reg = <0x04>;
15ae495e84SHui Wang		interrupt-parent = <&gpio1>;
16*413a009fSDmitry Torokhov		interrupts = <9 IRQ_TYPE_LEVEL_LOW>;
17*413a009fSDmitry Torokhov		wakeup-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
18ae495e84SHui Wang	};
19