Skip to content

Commit

Permalink
boards: nxp: Fix button for frdm_mcxw71
Browse files Browse the repository at this point in the history
gpioa needed to be enabled for button
sample to work on frdm_mcxw71.

Signed-off-by: Emilio Benavente <[email protected]>
  • Loading branch information
EmilioCBen committed Mar 6, 2025
1 parent f363015 commit eec3b46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/nxp/frdm_mcxw71/frdm_mcxw71.dts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
status = "okay";
};

&gpioa {
status = "okay";
};

&gpioc {
status = "okay";
};
Expand Down

0 comments on commit eec3b46

Please sign in to comment.