We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8428df commit 189d303Copy full SHA for 189d303
boards/nxp/frdm_mcxc444/frdm_mcxc444.dts
@@ -17,7 +17,7 @@
17
aliases {
18
led0 = &red_led;
19
led1 = &green_led;
20
- led2 = &red_led;
+ led2 = &blue_led;
21
sw0 = &user_button_2;
22
sw1 = &user_button_3;
23
accel0 = &fxls8974;
@@ -37,7 +37,7 @@
37
label = "Red LED";
38
};
39
green_led: led_1 {
40
- gpios = <&gpiob 5 GPIO_ACTIVE_LOW>;
+ gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
41
label = "Green LED";
42
43
blue_led: led_2 {
@@ -87,6 +87,10 @@
87
status = "okay";
88
89
90
+&gpiod {
91
+ status = "okay";
92
+};
93
+
94
&gpioe {
95
96
0 commit comments