26f4fab391
Add support for LP5009, LP5012, LP5018 and LP5024 devices which only differ by the number of LEDs they can control. Also, update application sample to run on all these new supported devices. Based on initial work from: - Marek Janus <marek.janus@grinn-global.com> - Rico Ganahl <rico.ganahl@bytesatwork.ch> Signed-off-by: Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>
14 lines
427 B
YAML
14 lines
427 B
YAML
sample:
|
|
description: Demonstration of the LP50xx LED driver
|
|
name: LP50xx sample
|
|
tests:
|
|
sample.drivers.led.lp50xx:
|
|
filter: dt_compat_enabled("ti,lp5009") or
|
|
dt_compat_enabled("ti,lp5012") or
|
|
dt_compat_enabled("ti,lp5018") or
|
|
dt_compat_enabled("ti,lp5024") or
|
|
dt_compat_enabled("ti,lp5030") or
|
|
dt_compat_enabled("ti,lp5036")
|
|
tags: LED
|
|
depends_on: i2c
|