Skip to content

Commit f940b64

Browse files
nordic-seglrlubos
authored andcommitted
[nrf fromlist] boards: nordic: nrf54l15dk: Extend ext memory node with reset GPIO
Extend external memory node with 'reset-gpios' property. When this property is defined, driver will reset the memory at startup. Upstream PR #: 94843 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 4e2451d commit f940b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
has-dpd;
135135
t-enter-dpd = <10000>;
136136
t-exit-dpd = <35000>;
137+
reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
137138
};
138139
};
139140

0 commit comments

Comments
 (0)