diff --git a/boards/nordic/thingy91x/thingy91x_nrf9151_common.dts b/boards/nordic/thingy91x/thingy91x_nrf9151_common.dts index 8ee1f1d7cf6b..ff0c3410e409 100644 --- a/boards/nordic/thingy91x/thingy91x_nrf9151_common.dts +++ b/boards/nordic/thingy91x/thingy91x_nrf9151_common.dts @@ -33,11 +33,11 @@ label = "RGB red channel"; }; green_led: led_2 { - gpios = <&gpio0 30 0>; + gpios = <&gpio0 31 0>; label = "RGB green channel"; }; blue_led: led_3 { - gpios = <&gpio0 31 0>; + gpios = <&gpio0 30 0>; label = "RGB blue channel"; }; };