1/*
2 * Copyright (c) 2023 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	/* do not define the leds on the pc7 and pb7 but pwmleds */
9	leds {
10		status = "disabled";
11	};
12};
13
14&pwmleds {
15	/* NOTE: enable here because it is disabled by default */
16	status = "okay";
17};
18