1
0
Fork 0

arm64: dts: nxp: frwy-ls1046a: add support for micron nor flash

add micron nor flash support for ls1046a frwy board.

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Pramod Kumar 2019-05-10 14:33:37 +05:30 committed by Dong Aisheng
parent 1f290f0563
commit c060cc367f
1 changed files with 17 additions and 0 deletions

View File

@ -112,6 +112,23 @@
};
&qspi {
num-cs = <1>;
bus-num = <0>;
status = "okay";
qflash0: flash@0 {
compatible = "jedec,spi-nor";
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <50000000>;
reg = <0>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
};
};
#include "fsl-ls1046-post.dtsi"
&fman0 {