Documentation / devicetree / bindings / input / touchscreen / sitronix-st1232.txt


Based on kernel version 5.13. Page generated on 2021-06-28 07:05 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
* Sitronix st1232 or st1633 touchscreen controller

Required properties:
- compatible: must contain one of
  * "sitronix,st1232"
  * "sitronix,st1633"
- reg: I2C address of the chip
- interrupts: interrupt to which the chip is connected

Optional properties:
- gpios: a phandle to the reset GPIO

For additional optional properties see: touchscreen.txt

Example:

	i2c@00000000 {
		/* ... */

		touchscreen@55 {
			compatible = "sitronix,st1232";
			reg = <0x55>;
			interrupts = <2 0>;
			gpios = <&gpio1 166 0>;
		};

		/* ... */
	};