sx8654.txt 321 B

123456789101112131415
  1. * Semtech SX8654 I2C Touchscreen Controller
  2. Required properties:
  3. - compatible: must be "semtech,sx8654"
  4. - reg: i2c slave address
  5. - interrupts: touch controller interrupt
  6. Example:
  7. sx8654@48 {
  8. compatible = "semtech,sx8654";
  9. reg = <0x48>;
  10. interrupt-parent = <&gpio6>;
  11. interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
  12. };