Skip to content

Commit 798db0f

Browse files
committed
boards: dptechnics: walter: Add mdm-wake-gpios to modem node
Configure wake up pin (IO46) for the model. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent b722cc4 commit 798db0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/dptechnics/walter/walter_esp32s3_procpu.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
status = "okay";
5050
compatible = "sqn,gm02s";
5151
mdm-reset-gpios = <&gpio1 13 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
52+
mdm-wake-gpios = <&gpio1 14 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>;
5253
};
5354
};
5455

0 commit comments

Comments
 (0)