Skip to content

Commit

Permalink
boards: rd_rw612_bga: Remove LED node
Browse files Browse the repository at this point in the history
There is no LED on this board.

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny authored and henrikbrixandersen committed Oct 14, 2024
1 parent 0ef69c8 commit e8bb2d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 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,6 @@

aliases {
usart-0 = &flexcomm3;
led0 = &green_led;
sw0 = &sw_4;
i2c-0 = &flexcomm2;
watchdog0 = &wwdt;
Expand All @@ -32,14 +31,6 @@
zephyr,shell-uart = &flexcomm3;
};

leds {
compatible = "gpio-leds";
green_led: led_1 {
gpios = <&hsgpio1 20 0>;
label = "User LED_GREEN";
};
};

gpio_keys {
compatible = "gpio-keys";
sw_4: sw_4 {
Expand Down

0 comments on commit e8bb2d6

Please sign in to comment.