zephyr/samples/drivers/led_pwm/boards/nucleo_f091rc.overlay

22 lines
309 B
Plaintext
Raw Normal View History

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2022 STMicroelectronics
*/
/ {
/* do not define the led on the pa5 but a pwmleds */
leds {
status = "disabled";
};
};
&pwmleds {
/* NOTE: enable here because it is disabled by default */
status = "okay";
};
&pwm2 {
status = "okay";
};