boards: nordic: update binding for MX25U
Separate compatible is required for Flash MSPI quirks. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
parent
b6642bb996
commit
eab720201f
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ ipc0: &cpuapp_cpurad_ipc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mx25uw63: mx25uw6345g@0 {
|
mx25uw63: mx25uw6345g@0 {
|
||||||
compatible = "jedec,mspi-nor";
|
compatible = "mxicy,mx25u", "jedec,mspi-nor";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
jedec-id = [c2 84 37];
|
jedec-id = [c2 84 37];
|
||||||
|
|
|
@ -248,7 +248,7 @@ ipc0: &cpuapp_cpurad_ipc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mx25uw63: mx25uw6345g@0 {
|
mx25uw63: mx25uw6345g@0 {
|
||||||
compatible = "jedec,mspi-nor";
|
compatible = "mxicy,mx25u", "jedec,mspi-nor";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
jedec-id = [c2 84 37];
|
jedec-id = [c2 84 37];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue