2022-03-04 19:30:20 +08:00
|
|
|
/*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Copyright (c) 2022 STMicroelectronics
|
|
|
|
*/
|
|
|
|
|
2023-01-23 22:22:36 +08:00
|
|
|
/ {
|
|
|
|
/* do not define the led on the pa5 but a pwmleds */
|
|
|
|
leds {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-05-16 22:45:06 +08:00
|
|
|
&pwmleds {
|
|
|
|
/* NOTE: enable here because it is disabled by default */
|
|
|
|
status = "okay";
|
2022-03-04 19:30:20 +08:00
|
|
|
};
|
|
|
|
|
2022-05-16 22:45:06 +08:00
|
|
|
&pwm2 {
|
2022-03-04 19:30:20 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|