From 798db0f777d0fc1298694ac9431cee6ce94c2103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 3 Apr 2025 16:11:11 +0200 Subject: [PATCH] boards: dptechnics: walter: Add mdm-wake-gpios to modem node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configure wake up pin (IO46) for the model. Signed-off-by: Benjamin Cabé --- boards/dptechnics/walter/walter_esp32s3_procpu.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/dptechnics/walter/walter_esp32s3_procpu.dts b/boards/dptechnics/walter/walter_esp32s3_procpu.dts index 6b696be0d0f..0568d597960 100644 --- a/boards/dptechnics/walter/walter_esp32s3_procpu.dts +++ b/boards/dptechnics/walter/walter_esp32s3_procpu.dts @@ -49,6 +49,7 @@ status = "okay"; compatible = "sqn,gm02s"; mdm-reset-gpios = <&gpio1 13 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; + mdm-wake-gpios = <&gpio1 14 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>; }; };