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

22 lines
309 B
Plaintext

/*
* 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";
};