Skip to content

Commit 0f6b725

Browse files
danieldegrassecarlescufi
authored andcommitted
boards: mimxrt1170_evk: Enable LED1 node
LED1 node is enabled, to provide a secondary led for the CM4 core. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent b80b35f commit 0f6b725

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/arm/mimxrt1170_evk/mimxrt1170_evk.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/ {
1010
aliases {
1111
led0 = &green_led;
12+
led1 = &red_led;
1213
sw0 = &user_button;
1314
magn0 = &fxos8700;
1415
accel0 = &fxos8700;
@@ -21,6 +22,11 @@
2122
gpios = <&gpio9 3 GPIO_ACTIVE_HIGH>;
2223
label = "User LED D6";
2324
};
25+
26+
red_led: led-2 {
27+
gpios = <&gpio9 25 GPIO_ACTIVE_LOW>;
28+
label = "User LED D34";
29+
};
2430
};
2531

2632
gpio_keys {

0 commit comments

Comments
 (0)