4 - compatible: must be "elan,ekth3000".
5 - reg: I2C address of the chip.
6 - interrupt-parent: a phandle for the interrupt controller (see interrupt
8 - interrupts: interrupt to which the chip is connected (see interrupt
12 - wakeup-source: touchpad can be used as a wakeup source.
13 - pinctrl-names: should be "default" (see pinctrl binding [1]).
14 - pinctrl-0: a phandle pointing to the pin settings for the device (see
16 - vcc-supply: a phandle for the regulator supplying 3.3V power.
18 [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
19 [1]: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
26 compatible = "elan,ekth3000";
28 interrupt-parent = <&gpio4>;
29 interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;