boards: st: nucleo_wb55rg: leds aliases

Changing led color description and adding led alliases

Signed-off-by: Lubos Koudelka <lubos.koudelka@st.com>
This commit is contained in:
Lubos Koudelka 2024-04-03 09:47:33 +02:00 committed by Johan Hedberg
parent aaa04c6539
commit f5c2971374

View file

@ -34,7 +34,7 @@
gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
label = "User LED2";
};
green_led_3: led_2 {
red_led_3: led_2 {
gpios = <&gpiob 1 GPIO_ACTIVE_HIGH>;
label = "User LED3";
};
@ -60,8 +60,9 @@
};
aliases {
led0 = &green_led_2;
led1 = &blue_led_1;
led0 = &blue_led_1;
led1 = &green_led_2;
led2 = &red_led_3;
sw0 = &user_button_1;
sw1 = &user_button_2;
sw2 = &user_button_3;