xref: /linux/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt (revision 3eb66e91a25497065c5322b1268cbc3953642227)
1*83f66a6fSJelle van der WaaZeitec ZET6223 I2C touchscreen controller
2*83f66a6fSJelle van der Waa
3*83f66a6fSJelle van der WaaRequired properties:
4*83f66a6fSJelle van der Waa- compatible		  : "zeitec,zet6223"
5*83f66a6fSJelle van der Waa- reg			  : I2C slave address of the chip (0x76)
6*83f66a6fSJelle van der Waa- interrupts		  : interrupt specification for the zet6223 interrupt
7*83f66a6fSJelle van der Waa
8*83f66a6fSJelle van der WaaOptional properties:
9*83f66a6fSJelle van der Waa
10*83f66a6fSJelle van der Waa- vio-supply		  : Specification for VIO supply (1.8V or 3.3V,
11*83f66a6fSJelle van der Waa			    depending on system interface needs).
12*83f66a6fSJelle van der Waa- vcc-supply		  : Specification for 3.3V VCC supply.
13*83f66a6fSJelle van der Waa- touchscreen-size-x	  : See touchscreen.txt
14*83f66a6fSJelle van der Waa- touchscreen-size-y	  : See touchscreen.txt
15*83f66a6fSJelle van der Waa- touchscreen-inverted-x  : See touchscreen.txt
16*83f66a6fSJelle van der Waa- touchscreen-inverted-y  : See touchscreen.txt
17*83f66a6fSJelle van der Waa- touchscreen-swapped-x-y : See touchscreen.txt
18*83f66a6fSJelle van der Waa
19*83f66a6fSJelle van der WaaExample:
20*83f66a6fSJelle van der Waa
21*83f66a6fSJelle van der Waai2c@00000000 {
22*83f66a6fSJelle van der Waa
23*83f66a6fSJelle van der Waa	zet6223: touchscreen@76 {
24*83f66a6fSJelle van der Waa		compatible = "zeitec,zet6223";
25*83f66a6fSJelle van der Waa		reg = <0x76>;
26*83f66a6fSJelle van der Waa		interrupt-parent = <&pio>;
27*83f66a6fSJelle van der Waa		interrupts = <6 11 IRQ_TYPE_EDGE_FALLING>
28*83f66a6fSJelle van der Waa	};
29*83f66a6fSJelle van der Waa
30*83f66a6fSJelle van der Waa};
31