Newer
Older
barebox / dts / Bindings / input / touchscreen / sun4i.txt
@Sascha Hauer Sascha Hauer on 19 Jun 2014 515 bytes dts: update to v3.16-rc1
sun4i resistive touchscreen controller
--------------------------------------

Required properties:
 - compatible: "allwinner,sun4i-a10-ts"
 - reg: mmio address range of the chip
 - interrupts: interrupt to which the chip is connected

Optional properties:
 - allwinner,ts-attached: boolean indicating that an actual touchscreen is
			  attached to the controller

Example:

	rtp: rtp@01c25000 {
		compatible = "allwinner,sun4i-a10-ts";
		reg = <0x01c25000 0x100>;
		interrupts = <29>;
		allwinner,ts-attached;
	};