Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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";
};
};
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading