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 <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2024-01-10 09:57:42 +00:00 committed by Fabio Baltieri
parent c2ed36f007
commit 83356c31c2

View file

@ -27,6 +27,10 @@
gpio-as-nreset;
};
&gpiote {
status = "okay";
};
&gpio0 {
status = "okay";
};