egalax-ts.txt 428 B

123456789101112131415161718
  1. * EETI eGalax Multiple Touch Controller
  2. Required properties:
  3. - compatible: must be "eeti,egalax_ts"
  4. - reg: i2c slave address
  5. - interrupts: touch controller interrupt
  6. - wakeup-gpios: the gpio pin to be used for waking up the controller
  7. and also used as irq pin
  8. Example:
  9. touchscreen@4 {
  10. compatible = "eeti,egalax_ts";
  11. reg = <0x04>;
  12. interrupt-parent = <&gpio1>;
  13. interrupts = <9 2>;
  14. wakeup-gpios = <&gpio1 9 0>;
  15. };