dts: nxp: mimxrt: Add missing jedec-id property to flash nodes

The spi-nor flash nodes require a jedec-id property as per the binding.
We add the jedec-id's as best we can determine based on the data sheets
for the various flash modules on these boards.

However these id's should be validated by actually reading the value to
ensure they are correct.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-07-15 12:01:02 -05:00 committed by Anas Nashif
commit 108a4b385e
5 changed files with 5 additions and 0 deletions

View file

@ -55,6 +55,7 @@ arduino_serial: &uart4 {};
compatible = "adesto,at25sf128a", "jedec,spi-nor";
reg = <0>;
status = "okay";
jedec-id = <0x1f 0x89 0x01>;
};
};

View file

@ -63,6 +63,7 @@ arduino_serial: &uart2 {};
compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>;
status = "okay";
jedec-id = <0x9d 0x70 0x17>;
};
};

View file

@ -14,5 +14,6 @@
compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>;
status = "okay";
jedec-id = <0x9d 0x70 0x17>;
};
};

View file

@ -69,6 +69,7 @@ arduino_serial: &uart3 {};
compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>;
status = "okay";
jedec-id = <0x9d 0x70 0x17>;
};
};

View file

@ -13,5 +13,6 @@
compatible = "winbond,w25q32jvwj", "jedec,spi-nor";
reg = <0>;
status = "okay";
jedec-id = <0xef 0x40 0x16>;
};
};