leds-lp8860.txt 714 B

1234567891011121314151617181920212223242526272829
  1. * Texas Instruments - lp8860 4-Channel LED Driver
  2. The LP8860-Q1 is an high-efficiency LED
  3. driver with boost controller. It has 4 high-precision
  4. current sinks that can be controlled by a PWM input
  5. signal, a SPI/I2C master, or both.
  6. Required properties:
  7. - compatible:
  8. "ti,lp8860"
  9. - reg - I2C slave address
  10. - label - Used for naming LEDs
  11. Optional properties:
  12. - enable-gpio - gpio pin to enable/disable the device.
  13. - supply - "vled" - LED supply
  14. Example:
  15. leds: leds@6 {
  16. compatible = "ti,lp8860";
  17. reg = <0x2d>;
  18. label = "display_cluster";
  19. enable-gpio = <&gpio1 28 GPIO_ACTIVE_HIGH>;
  20. vled-supply = <&vbatt>;
  21. }
  22. For more product information please see the link below:
  23. http://www.ti.com/product/lp8860-q1