sx8654.txt 382 B

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