Skip to content

Commit 2324d73

Browse files
yishai1999kartben
authored andcommitted
samples: led: pwm: Add overlay for stm32f4_disco board
Add Devicetree overlay for sample drivers/led/pwm for stm32f4_disco board board to disable gpio leds node. Signed-off-by: Yishai Jaffe <[email protected]>
1 parent 899fde5 commit 2324d73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2023 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
leds {
9+
status = "disabled";
10+
};
11+
};

0 commit comments

Comments
 (0)