Skip to content

Commit 13f67a4

Browse files
committed
boards: nordic: update binding for MX25U
Separate compatible is required for Flash MSPI quirks. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 73646a6 commit 13f67a4

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
@@ -257,7 +257,7 @@ ipc0: &cpuapp_cpurad_ipc {
257257
status = "okay";
258258

259259
mx25uw63: mx25uw6345g@0 {
260-
compatible = "jedec,mspi-nor";
260+
compatible = "mxicy,mx25u", "jedec,mspi-nor";
261261
status = "disabled";
262262
reg = <0>;
263263
jedec-id = [c2 84 37];

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ ipc0: &cpuapp_cpurad_ipc {
248248
status = "okay";
249249

250250
mx25uw63: mx25uw6345g@0 {
251-
compatible = "jedec,mspi-nor";
251+
compatible = "mxicy,mx25u", "jedec,mspi-nor";
252252
status = "disabled";
253253
reg = <0>;
254254
jedec-id = [c2 84 37];

0 commit comments

Comments
 (0)