Skip to content

Commit 83356c3

Browse files
committed
boards: custom_plank: enable gpiote
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]>
1 parent c2ed36f commit 83356c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/custom_plank/custom_plank.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
gpio-as-nreset;
2828
};
2929

30+
&gpiote {
31+
status = "okay";
32+
};
33+
3034
&gpio0 {
3135
status = "okay";
3236
};

0 commit comments

Comments
 (0)