Skip to content

Commit

Permalink
[nrf noup] tests: drivers: mspi: api: fix for nRF54L15
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] tests: drivers: mspi: api: Add nRF54L15 overlay file

Fix the test for nRF54L15 after changing definition of external
flash in DTS.

Signed-off-by: Magdalena Pastula <[email protected]>
  • Loading branch information
magp-nordic authored and nordicjm committed Feb 27, 2025
1 parent 83d751b commit afc1b46
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@

/ {
aliases {
mspi0 = &sdp_mspi;
mspi0 = &sdp_mspi_api;
};
};

&cpuflpr_vpr {
status = "okay";

sdp_mspi: sdp_mspi {
sdp_mspi_api: sdp_mspi_api {
compatible = "nordic,nrfe-mspi-controller";
#address-cells = <1>;
#size-cells = <0>;
clock-frequency = <DT_FREQ_M(64)>;
pinctrl-0 = <&sdp_mspi_default>;
pinctrl-1 = <&sdp_mspi_sleep>;
pinctrl-names = "default", "sleep";
status = "okay";

mspi_device: mspi_device@0 {
status = "okay";
compatible = "zephyr,mspi-emul-device";
Expand Down

0 comments on commit afc1b46

Please sign in to comment.