Skip to content

Commit f778c9b

Browse files
masz-nordiccarlescufi
authored andcommitted
snippets: sdp: mspi: update mx25r node
Add necessary properties to align with changes in flash_mspi_nor driver. Signed-off-by: Marcin Szymczyk <[email protected]> (cherry picked from commit d0ce4f5)
1 parent 6fc11bd commit f778c9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
&sdp_mspi {
1111
mx25r64: mx25r6435f@0 {
12-
compatible = "jedec,mspi-nor";
12+
compatible = "mxicy,mx25r","jedec,mspi-nor";
1313
status = "okay";
1414
reg = <0>;
1515
jedec-id = [c2 28 17];
@@ -31,5 +31,7 @@
3131
mspi-cpp-mode = "MSPI_CPP_MODE_0";
3232
mspi-endian = "MSPI_BIG_ENDIAN";
3333
mspi-ce-polarity = "MSPI_CE_ACTIVE_LOW";
34+
35+
quad-enable-requirements = "S1B6";
3436
};
3537
};

0 commit comments

Comments
 (0)