Skip to content

Commit afc1b46

Browse files
magp-nordicnordicjm
authored andcommitted
[nrf noup] tests: drivers: mspi: api: fix for nRF54L15
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]>
1 parent 83d751b commit afc1b46

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@
66

77
/ {
88
aliases {
9-
mspi0 = &sdp_mspi;
9+
mspi0 = &sdp_mspi_api;
1010
};
1111
};
1212

1313
&cpuflpr_vpr {
1414
status = "okay";
1515

16-
sdp_mspi: sdp_mspi {
16+
sdp_mspi_api: sdp_mspi_api {
17+
compatible = "nordic,nrfe-mspi-controller";
18+
#address-cells = <1>;
19+
#size-cells = <0>;
20+
clock-frequency = <DT_FREQ_M(64)>;
21+
pinctrl-0 = <&sdp_mspi_default>;
22+
pinctrl-1 = <&sdp_mspi_sleep>;
23+
pinctrl-names = "default", "sleep";
24+
status = "okay";
25+
1726
mspi_device: mspi_device@0 {
1827
status = "okay";
1928
compatible = "zephyr,mspi-emul-device";

0 commit comments

Comments
 (0)