boards: mimxrt1170_evk: Enable LED1 node
LED1 node is enabled, to provide a secondary led for the CM4 core. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
b80b35f196
commit
0f6b7258e3
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
led0 = &green_led;
|
led0 = &green_led;
|
||||||
|
led1 = &red_led;
|
||||||
sw0 = &user_button;
|
sw0 = &user_button;
|
||||||
magn0 = &fxos8700;
|
magn0 = &fxos8700;
|
||||||
accel0 = &fxos8700;
|
accel0 = &fxos8700;
|
||||||
|
@ -21,6 +22,11 @@
|
||||||
gpios = <&gpio9 3 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio9 3 GPIO_ACTIVE_HIGH>;
|
||||||
label = "User LED D6";
|
label = "User LED D6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
red_led: led-2 {
|
||||||
|
gpios = <&gpio9 25 GPIO_ACTIVE_LOW>;
|
||||||
|
label = "User LED D34";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue