change the dts description to adapt to spi-mem and disable the
conflict epdc module.
Signed-off-by: Han Xu <han.xu@nxp.com>
*/
/* disable epdc, conflict with qspi */
-/* &epdc { */
- /* status = "disabled"; */
-/* }; */
+&epdc {
+ status = "disabled";
+};
&iomuxc {
qspi1 {
flash0: mx25l51245g@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "macronix,mx25l51245g";
+ compatible = "jedec,spi-nor";
spi-max-frequency = <29000000>;
- /* take off one dummy cycle */
- spi-nor,ddr-quad-read-dummy = <5>;
+ spi-rx-bus-width = <4>;
+ spi-tx-bus-width = <4>;
reg = <0>;
};
};