Skip to content

Commit 657e340

Browse files
NeilChen93kartben
authored andcommitted
samples: pwm: Add overlay for frdm_mcxc444 board
Add Devicetree overlay for samples drivers/led/pwm to enable pwmleds. Signed-off-by: Neil Chen <[email protected]>
1 parent dbd57d4 commit 657e340

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
leds {
9+
status = "disabled";
10+
};
11+
12+
pwmleds {
13+
status = "okay";
14+
};
15+
};

0 commit comments

Comments
 (0)