1sample:
2  description: Demonstration of the LP50xx LED driver
3  name: LP50xx sample
4tests:
5  sample.drivers.led.lp50xx:
6    filter: dt_compat_enabled("ti,lp5009") or
7            dt_compat_enabled("ti,lp5012") or
8            dt_compat_enabled("ti,lp5018") or
9            dt_compat_enabled("ti,lp5024") or
10            dt_compat_enabled("ti,lp5030") or
11            dt_compat_enabled("ti,lp5036")
12    tags: LED
13    depends_on: i2c
14