Skip to content

Commit 8afa941

Browse files
committed
tests: drivers: build_all: led: add leds-group-multicolor
Add test for leds-group-multicolor driver. Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
1 parent d17c18a commit 8afa941

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/drivers/build_all/led/app.overlay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,14 @@
207207
test_pwm_led0: test_pwm_led_0 {
208208
pwms = <&test_pwm 0 0 0>;
209209
};
210+
test_pwm_led1: test_pwm_led_1 {
211+
pwms = <&test_pwm 1 0 0>;
212+
};
213+
};
214+
215+
multi-led {
216+
compatible = "leds-group-multicolor";
217+
leds = <&test_pwm_led0>, <&test_pwm_led1>;
210218
};
211219
};
212220
};

0 commit comments

Comments
 (0)