samples: blinky_pwm: enable pwm_leds in rpi_pico overlay

Twister skips the blinky_pwm sample for the rpi_pico board because the
pwm-leds compatible is disabled.

Enable /pwm_leds node so that twister build the sample for the rpi_pico
board.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2024-02-29 13:42:20 +01:00 committed by Carles Cufi
parent da3e49d34e
commit 7277cae6fa

View File

@ -1,3 +1,7 @@
&{/pwm_leds} {
status = "okay";
};
&pwm_led0 {
status = "okay";
};