diff --git a/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts b/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts index 61888418c7270..91f1df5c5d273 100644 --- a/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts +++ b/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts @@ -18,7 +18,7 @@ aliases{ led0 = &red_led; led1 = &green_led; - led2 = &red_led; + led2 = &blue_led; sw0 = &user_button_2; sw1 = &user_button_3; pwm-0 = &flexpwm0_pwm0; diff --git a/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts b/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts index 946f33bd404e0..f2a024df2f21e 100644 --- a/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts +++ b/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts @@ -18,7 +18,7 @@ aliases{ led0 = &red_led; led1 = &green_led; - led2 = &red_led; + led2 = &blue_led; sw0 = &user_button_2; sw1 = &user_button_3; watchdog0 = &wwdt0; diff --git a/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts b/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts index de2dffeb948cc..a861a6318fcf2 100644 --- a/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts +++ b/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts @@ -17,7 +17,7 @@ aliases{ led0 = &red_led; led1 = &green_led; - led2 = &red_led; + led2 = &blue_led; sw0 = &user_button_2; sw1 = &user_button_3; watchdog0 = &wwdt0;