Skip to content

Commit c12d884

Browse files
committed
[nrf noup] tests: drivers: mspi: api: nRF54L15 remove device
Remove definition of dummy device since there is already external flash defined in MSPI snippets. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 10ab9b6 commit c12d884

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,3 @@
99
mspi0 = &sdp_mspi;
1010
};
1111
};
12-
13-
&cpuflpr_vpr {
14-
status = "okay";
15-
16-
sdp_mspi: sdp_mspi {
17-
mspi_device: mspi_device@0 {
18-
status = "okay";
19-
compatible = "zephyr,mspi-emul-device";
20-
reg = <0x0>;
21-
mspi-max-frequency = <48000000>;
22-
};
23-
};
24-
};

0 commit comments

Comments
 (0)