From 9c21e1ec825340ff0416f2bb25ce153dd1803fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20G=C5=82=C4=85b?= Date: Thu, 21 Aug 2025 08:32:08 +0200 Subject: [PATCH] [nrf fromtree] boards: nordic: nrf54lm20dk: Extend ext memory node with reset GPIO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extend external memory node with 'reset-gpios' property. Signed-off-by: Sebastian Głąb (cherry picked from commit 4330c06a20a15a4ae76e8c2b36e75a4465226f2a) --- boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi index 3591a800948..1d916f8189e 100644 --- a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi +++ b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi @@ -166,5 +166,6 @@ zephyr_udc0: &usbhs { has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; }; };