Skip to content

Commit d5ccbe0

Browse files
[Backport ncs-v3.1-branch] [nrf fromlist] boards: nordic: nrf54h20dk: Disable EXMIF and GPIO6 by default
External flash memory is typically not used, so it should be disabled by default. The GPIO6 port used by this device should also be disabled. Upstream PR #: 94180 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent f39f764 commit d5ccbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ slot3_partition: &cpurad_slot1_partition {
264264
};
265265

266266
&gpio6 {
267-
status = "okay";
267+
status = "disabled";
268268
};
269269

270270
&exmif {
271271
pinctrl-0 = <&exmif_default>;
272272
pinctrl-1 = <&exmif_sleep>;
273273
pinctrl-names = "default", "sleep";
274-
status = "okay";
274+
status = "disabled";
275275

276276
mx25uw63: mx25uw6345g@0 {
277277
compatible = "mxicy,mx25u", "jedec,mspi-nor";

0 commit comments

Comments
 (0)