Skip to content

Commit 7235b2a

Browse files
adamkondraciukrlubos
authored andcommitted
tests: benchmark: peripheral_load: Enable EXMIF peripheral
Enable EXMIF and GPIO6 to support external flash memory chip. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent c3e5321 commit 7235b2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/benchmarks/peripheral_load/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
};
3939
};
4040

41+
&gpio6 {
42+
status = "okay";
43+
zephyr,pm-device-runtime-auto;
44+
};
45+
46+
&exmif {
47+
status = "okay";
48+
zephyr,pm-device-runtime-auto;
49+
};
50+
4151
&mx25uw63 {
4252
status = "okay";
4353
};

0 commit comments

Comments
 (0)