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:
parent
90badd53b3
commit
108a4b385e
5 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,7 @@ arduino_serial: &uart4 {};
|
||||||
compatible = "adesto,at25sf128a", "jedec,spi-nor";
|
compatible = "adesto,at25sf128a", "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
jedec-id = <0x1f 0x89 0x01>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,7 @@ arduino_serial: &uart2 {};
|
||||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
jedec-id = <0x9d 0x70 0x17>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
jedec-id = <0x9d 0x70 0x17>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -69,6 +69,7 @@ arduino_serial: &uart3 {};
|
||||||
compatible = "issi,is25wp064", "jedec,spi-nor";
|
compatible = "issi,is25wp064", "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
jedec-id = <0x9d 0x70 0x17>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,6 @@
|
||||||
compatible = "winbond,w25q32jvwj", "jedec,spi-nor";
|
compatible = "winbond,w25q32jvwj", "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
jedec-id = <0xef 0x40 0x16>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue