diff --git a/snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay b/snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay index 7c658764127e..cf688060326f 100644 --- a/snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay +++ b/snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay @@ -9,7 +9,7 @@ &sdp_mspi { mx25r64: mx25r6435f@0 { - compatible = "jedec,mspi-nor"; + compatible = "mxicy,mx25r","jedec,mspi-nor"; status = "okay"; reg = <0>; jedec-id = [c2 28 17]; @@ -31,5 +31,7 @@ mspi-cpp-mode = "MSPI_CPP_MODE_0"; mspi-endian = "MSPI_BIG_ENDIAN"; mspi-ce-polarity = "MSPI_CE_ACTIVE_LOW"; + + quad-enable-requirements = "S1B6"; }; }; diff --git a/west.yml b/west.yml index c7f85db04a57..a4f3fe1593f3 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: a4c30ef0bda4bfe77e61f5db4b7f53df8f414301 + revision: 80ef7970f0d1fdf506a3b1b644849a92a46f7c6f import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above