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:
Neil Chen 2024-12-18 17:27:57 +08:00 committed by Benjamin Cabé
parent dbd57d47aa
commit 657e340345

View file

@ -0,0 +1,15 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
leds {
status = "disabled";
};
pwmleds {
status = "okay";
};
};