Skip to content

Commit

Permalink
boards: rd_rw612_bga: Rename LED to "virtual"
Browse files Browse the repository at this point in the history
There is not a real LED on this board, it's just a pin header,
rename the led node to prevent confusion from green_led to virtual_led.

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny committed Sep 16, 2024
1 parent 23eca63 commit 278be54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

aliases {
usart-0 = &flexcomm3;
led0 = &green_led;
led0 = &virtual_led;
sw0 = &sw_4;
i2c-0 = &flexcomm2;
watchdog0 = &wwdt;
Expand All @@ -33,9 +33,9 @@

leds {
compatible = "gpio-leds";
green_led: led_1 {
virtual_led: led_1 {
/* There is not an LED on the board, it's just a pin header */
gpios = <&hsgpio1 20 0>;
label = "User LED_GREEN";
};
};

Expand Down

0 comments on commit 278be54

Please sign in to comment.