dts: arm: st: h7: nucleo_stm32h723zg: add red_led
Add red led to the dts file for the nucleo_stm32h723zg. Signed-off-by: Bartlomiej Fijal <StaryAnoda@Gmail.com>
This commit is contained in:
parent
72d80b74be
commit
ab410807bc
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
gpios = <&gpioe 1 GPIO_ACTIVE_HIGH>;
|
||||
label = "User LD2";
|
||||
};
|
||||
red_led: led_2 {
|
||||
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
|
||||
label = "User LD3";
|
||||
};
|
||||
};
|
||||
|
||||
pwmleds {
|
||||
|
@ -57,6 +61,7 @@
|
|||
aliases {
|
||||
led0 = &green_led;
|
||||
led1 = &yellow_led;
|
||||
led2 = &red_led;
|
||||
pwm-led0 = &red_pwm_led;
|
||||
sw0 = &user_button;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue