diff --git a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts index e1bf97424b9..61c517c30be 100644 --- a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts +++ b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts @@ -56,7 +56,7 @@ compatible = "gpio-keys"; user_button_0: button_0 { label = "User SW2"; - gpios = <&gpioc 6 GPIO_ACTIVE_LOW>; + gpios = <&gpioc 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; zephyr,code = ; status = "okay"; };