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:
parent
aaa04c6539
commit
f5c2971374
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue