ar1021.txt 350 B

123456789101112131415
  1. * Microchip AR1020 and AR1021 touchscreen interface (I2C)
  2. Required properties:
  3. - compatible : "microchip,ar1021-i2c"
  4. - reg : I2C slave address
  5. - interrupts : touch controller interrupt
  6. Example:
  7. touchscreen@4d {
  8. compatible = "microchip,ar1021-i2c";
  9. reg = <0x4d>;
  10. interrupt-parent = <&gpio3>;
  11. interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
  12. };