xref: /linux/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt (revision c9eb303bd12be8446e672e0a42d41a5b88c7b5cb)
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- interrupt-parent: the phandle for the interrupt controller
7ae495e84SHui Wang- interrupts: touch controller interrupt
8ae495e84SHui Wang- wakeup-gpios: the gpio pin to be used for waking up the controller
9*c9eb303bSFabio Estevam  and also used as irq pin
10ae495e84SHui Wang
11ae495e84SHui WangExample:
12ae495e84SHui Wang
13ae495e84SHui Wang	egalax_ts@04 {
14ae495e84SHui Wang		compatible = "eeti,egalax_ts";
15ae495e84SHui Wang		reg = <0x04>;
16ae495e84SHui Wang		interrupt-parent = <&gpio1>;
17ae495e84SHui Wang		interrupts = <9 2>;
18ae495e84SHui Wang		wakeup-gpios = <&gpio1 9 0>;
19ae495e84SHui Wang	};
20