Skip to content

Commit

Permalink
samples: led: pwm: Add overlay for stm32f4_disco board
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
yishai1999 authored and kartben committed Dec 17, 2024
1 parent 899fde5 commit 2324d73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions samples/drivers/led/pwm/boards/stm32f4_disco.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
leds {
status = "disabled";
};
};

0 comments on commit 2324d73

Please sign in to comment.