Skip to content

Commit 491bf44

Browse files
masz-nordicnordicjm
authored andcommitted
[nrf fromlist] boards: nordic: update binding for MX25U
Separate compatible is required for Flash MSPI quirks. Upstream PR #: 85520 Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 6978eb3 commit 491bf44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ipc0: &cpuapp_cpurad_ipc {
268268
status = "okay";
269269

270270
mx25uw63: mx25uw6345g@0 {
271-
compatible = "jedec,mspi-nor";
271+
compatible = "mxicy,mx25u", "jedec,mspi-nor";
272272
status = "disabled";
273273
reg = <0>;
274274
jedec-id = [c2 84 37];

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ ipc0: &cpuapp_cpurad_ipc {
254254
status = "okay";
255255

256256
mx25uw63: mx25uw6345g@0 {
257-
compatible = "jedec,mspi-nor";
257+
compatible = "mxicy,mx25u", "jedec,mspi-nor";
258258
status = "disabled";
259259
reg = <0>;
260260
jedec-id = [c2 84 37];

0 commit comments

Comments
 (0)