zet6223.txt 817 B

123456789101112131415161718192021222324252627282930
  1. Zeitec ZET6223 I2C touchscreen controller
  2. Required properties:
  3. - compatible : "zeitec,zet6223"
  4. - reg : I2C slave address of the chip (0x76)
  5. - interrupts : interrupt specification for the zet6223 interrupt
  6. Optional properties:
  7. - vio-supply : Specification for VIO supply (1.8V or 3.3V,
  8. depending on system interface needs).
  9. - vcc-supply : Specification for 3.3V VCC supply.
  10. - touchscreen-size-x : See touchscreen.txt
  11. - touchscreen-size-y : See touchscreen.txt
  12. - touchscreen-inverted-x : See touchscreen.txt
  13. - touchscreen-inverted-y : See touchscreen.txt
  14. - touchscreen-swapped-x-y : See touchscreen.txt
  15. Example:
  16. i2c@00000000 {
  17. zet6223: touchscreen@76 {
  18. compatible = "zeitec,zet6223";
  19. reg = <0x76>;
  20. interrupt-parent = <&pio>;
  21. interrupts = <6 11 IRQ_TYPE_EDGE_FALLING>
  22. };
  23. };