From e0bb942a43e77b6bb486bb255d9741fd0736a0ff Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Fri, 7 Mar 2025 11:33:07 -0600 Subject: [PATCH] boards: nxp: frdm_mcxw71: Adding Pull Up flag The SW2 needs the PULL UP flag to be set to be enabled. Signed-off-by: Emilio Benavente --- boards/nxp/frdm_mcxw71/frdm_mcxw71.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };