From 83356c31c2d7c3a3ca15aa62bfc8040ba9979b30 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 10 Jan 2024 09:57:42 +0000 Subject: [PATCH] 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 --- boards/arm/custom_plank/custom_plank.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/arm/custom_plank/custom_plank.dts b/boards/arm/custom_plank/custom_plank.dts index 233d1f3..3cb284c 100644 --- a/boards/arm/custom_plank/custom_plank.dts +++ b/boards/arm/custom_plank/custom_plank.dts @@ -27,6 +27,10 @@ gpio-as-nreset; }; +&gpiote { + status = "okay"; +}; + &gpio0 { status = "okay"; };