1 * Samsung S6SY761 touchscreen controller
4 - compatible : must be "samsung,s6sy761"
5 - reg : I2C slave address, (e.g. 0x48)
6 - interrupt-parent : the phandle to the interrupt controller which provides
8 - interrupts : interrupt specification
9 - avdd-supply : analogic power supply
10 - vdd-supply : power supply
13 - touchscreen-size-x : see touchscreen.txt. This property is embedded in the
14 device. If defined it forces a different x resolution.
15 - touchscreen-size-y : see touchscreen.txt. This property is embedded in the
16 device. If defined it forces a different y resolution.
25 compatible = "samsung,s6sy761";
27 interrupt-parent = <&gpa1>;
28 interrupts = <1 IRQ_TYPE_NONE>;
29 avdd-supply = <&ldo30_reg>;
30 vdd-supply = <&ldo31_reg>;
31 touchscreen-size-x = <4096>;
32 touchscreen-size-y = <4096>;