1 * Neonode infrared touchscreen controller
4 - compatible: must be "neonode,zforce"
5 - reg: I2C address of the chip
6 - interrupts: interrupt to which the chip is connected
7 - reset-gpios: reset gpio the chip is connected to
8 - x-size: horizontal resolution of touchscreen
9 - y-size: vertical resolution of touchscreen
12 - irq-gpios : interrupt gpio the chip is connected to
13 - vdd-supply: Regulator controlling the controller supply
21 compatible = "neonode,zforce";
24 vdd-supply = <®_zforce_vdd>;
26 reset-gpios = <&gpio5 9 0>; /* RST */
27 irq-gpios = <&gpio5 6 0>; /* IRQ, optional */