blob: f8a0e61b4a59e0b10175030c366842ee5ccd86d5 [file] [log] [blame]
/*
* 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";
};