boards: nxp: frdm_mcxc444: Update led pin definitions

Fixing the DT LED definitions

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2024-11-07 09:58:05 +08:00 committed by Benjamin Cabé
parent b8428df7c6
commit 189d303fab

View file

@ -17,7 +17,7 @@
aliases {
led0 = &red_led;
led1 = &green_led;
led2 = &red_led;
led2 = &blue_led;
sw0 = &user_button_2;
sw1 = &user_button_3;
accel0 = &fxls8974;
@ -37,7 +37,7 @@
label = "Red LED";
};
green_led: led_1 {
gpios = <&gpiob 5 GPIO_ACTIVE_LOW>;
gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
label = "Green LED";
};
blue_led: led_2 {
@ -87,6 +87,10 @@
status = "okay";
};
&gpiod {
status = "okay";
};
&gpioe {
status = "okay";
};