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 committed Oct 7, 2024
1 parent 23eca63 commit 7bd07f7
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 @@ -31,14 +30,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 7bd07f7

Please sign in to comment.