xref: /linux/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt (revision 83f66a6f08fa4004d6fb9d50c57735067bbbb405)
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- interrupt-parent	  : a phandle pointing to the interrupt controller
7*83f66a6fSJelle van der Waa			    serving the interrupt for this chip
8*83f66a6fSJelle van der Waa- interrupts		  : interrupt specification for the zet6223 interrupt
9*83f66a6fSJelle van der Waa
10*83f66a6fSJelle van der WaaOptional properties:
11*83f66a6fSJelle van der Waa
12*83f66a6fSJelle van der Waa- vio-supply		  : Specification for VIO supply (1.8V or 3.3V,
13*83f66a6fSJelle van der Waa			    depending on system interface needs).
14*83f66a6fSJelle van der Waa- vcc-supply		  : Specification for 3.3V VCC supply.
15*83f66a6fSJelle van der Waa- touchscreen-size-x	  : See touchscreen.txt
16*83f66a6fSJelle van der Waa- touchscreen-size-y	  : See touchscreen.txt
17*83f66a6fSJelle van der Waa- touchscreen-inverted-x  : See touchscreen.txt
18*83f66a6fSJelle van der Waa- touchscreen-inverted-y  : See touchscreen.txt
19*83f66a6fSJelle van der Waa- touchscreen-swapped-x-y : See touchscreen.txt
20*83f66a6fSJelle van der Waa
21*83f66a6fSJelle van der WaaExample:
22*83f66a6fSJelle van der Waa
23*83f66a6fSJelle van der Waai2c@00000000 {
24*83f66a6fSJelle van der Waa
25*83f66a6fSJelle van der Waa	zet6223: touchscreen@76 {
26*83f66a6fSJelle van der Waa		compatible = "zeitec,zet6223";
27*83f66a6fSJelle van der Waa		reg = <0x76>;
28*83f66a6fSJelle van der Waa		interrupt-parent = <&pio>;
29*83f66a6fSJelle van der Waa		interrupts = <6 11 IRQ_TYPE_EDGE_FALLING>
30*83f66a6fSJelle van der Waa	};
31*83f66a6fSJelle van der Waa
32*83f66a6fSJelle van der Waa};
33