egalax-ts.txt 488 B

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