Skip to content

Commit 2bce5c1

Browse files
mmahadevan108kartben
authored andcommitted
boards: mimxrt1180_evk: Add support for the Red LED
Add support for the Red LED that is on the board. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 1725408 commit 2bce5c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
gpios = <&gpio4 27 GPIO_ACTIVE_HIGH>;
2222
label = "User LED D6";
2323
};
24+
red_led: led-2 {
25+
gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>;
26+
label = "User LED D7";
27+
};
2428
};
2529

2630
gpio_keys {

0 commit comments

Comments
 (0)