samples: pwm: Add overlay for frdm_mcxc444 board
Add Devicetree overlay for samples drivers/led/pwm to enable pwmleds. Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
dbd57d47aa
commit
657e340345
1 changed files with 15 additions and 0 deletions
15
samples/drivers/led/pwm/boards/frdm_mcxc444.overlay
Normal file
15
samples/drivers/led/pwm/boards/frdm_mcxc444.overlay
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
leds {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwmleds {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue