ti,drv2624.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. * Texas Instruments - drv2624 Haptics driver
  2. Required properties:
  3. - compatible - "ti,drv2624" - DRV2624
  4. - reg - I2C slave address
  5. - ti,reset-gpio - GPIO to reset the device
  6. Optional properties:
  7. - ti,irq-gpio - GPIO to receive the interrupt
  8. - ti,voltage-comp - Voltage compensation for any resistive losses in the
  9. driver IC.
  10. - ti,ol-lra-frequency - LRA frequency for open-loop mode
  11. - ti,bemf-factor - Sets the feedback gain for closed-loop operation
  12. - ti,bemf-gain - Sets the analog gain of the back-EMF amplifier
  13. - ti,blanking-time - Time waiting for BEMF to settle. Before ADC
  14. sampling
  15. - ti,idiss-time - Sime waiting for inductor current to discharge
  16. - ti,zc-det-time - Zero crossing detection time
  17. - ti,lra-wave-shape - Selects which shape to use for driving the LRA
  18. when in open loop mode. 0 - Square Wave, 1 - Sine Wave.
  19. - ti,waveform-interval - Sets the internal memory playback interval to
  20. either 5 ms or 1 ms. 0 - 5 ms, 1 - 1 ms.
  21. Example:
  22. drv2624: drv2624@5a {
  23. compatible = "ti,drv2624";
  24. reg = <0x5a>;
  25. ti,reset-gpio = <&tlmm 95 0>;
  26. };
  27. For more product information please see the link below:
  28. http://www.ti.com/product/drv2624