Skip to content

Commit

Permalink
boards: custom_plank: enable gpiote
Browse files Browse the repository at this point in the history
The gpiote node has to be enabled for the board to build since the
latest upstream nrfx hal update.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Jan 10, 2024
1 parent c2ed36f commit 83356c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/custom_plank/custom_plank.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
gpio-as-nreset;
};

&gpiote {
status = "okay";
};

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

0 comments on commit 83356c3

Please sign in to comment.