4 - compatible: must be "cypress,tm2-touchkey"
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
10 - vcc-supply : internal regulator output. 1.8V
11 - vdd-supply : power supply for IC 3.3V
13 [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
20 compatible = "cypress,tm2-touchkey";
22 interrupt-parent = <&gpa3>;
23 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
24 vcc-supply=<&ldo32_reg>;
25 vdd-supply=<&ldo33_reg>;