Skip to content

Commit 189d303

Browse files
NeilChen93kartben
authored andcommitted
boards: nxp: frdm_mcxc444: Update led pin definitions
Fixing the DT LED definitions Signed-off-by: Neil Chen <[email protected]>
1 parent b8428df commit 189d303

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

boards/nxp/frdm_mcxc444/frdm_mcxc444.dts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
aliases {
1818
led0 = &red_led;
1919
led1 = &green_led;
20-
led2 = &red_led;
20+
led2 = &blue_led;
2121
sw0 = &user_button_2;
2222
sw1 = &user_button_3;
2323
accel0 = &fxls8974;
@@ -37,7 +37,7 @@
3737
label = "Red LED";
3838
};
3939
green_led: led_1 {
40-
gpios = <&gpiob 5 GPIO_ACTIVE_LOW>;
40+
gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
4141
label = "Green LED";
4242
};
4343
blue_led: led_2 {
@@ -87,6 +87,10 @@
8787
status = "okay";
8888
};
8989

90+
&gpiod {
91+
status = "okay";
92+
};
93+
9094
&gpioe {
9195
status = "okay";
9296
};

0 commit comments

Comments
 (0)