Skip to content

Commit 9c21e1e

Browse files
committed
[nrf fromtree] boards: nordic: nrf54lm20dk: Extend ext memory node with reset GPIO
Extend external memory node with 'reset-gpios' property. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 4330c06a20a15a4ae76e8c2b36e75a4465226f2a)
1 parent 6872776 commit 9c21e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,6 @@ zephyr_udc0: &usbhs {
166166
has-dpd;
167167
t-enter-dpd = <10000>;
168168
t-exit-dpd = <35000>;
169+
reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
169170
};
170171
};

0 commit comments

Comments
 (0)