Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 96315bee2319c8af525e2f4f3f7ad32b > files > 1738

kernel-linus-doc-4.4.39-1.mga5.noarch.rpm

* Sitronix st1232 touchscreen controller

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

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

Example:

	i2c@00000000 {
		/* ... */

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

		/* ... */
	};