We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e58da commit 0b4672fCopy full SHA for 0b4672f
boards/nxp/frdm_mcxw71/frdm_mcxw71.dts
@@ -56,7 +56,7 @@
56
compatible = "gpio-keys";
57
user_button_0: button_0 {
58
label = "User SW2";
59
- gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
+ gpios = <&gpioc 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
60
zephyr,code = <INPUT_KEY_0>;
61
status = "okay";
62
};
0 commit comments