ARM: dts: ls1021a-qds: Add node for QSPI flash

Add the missing node for qspi flash.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Reviewed-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Li Yang
2021-10-12 18:58:11 -05:00
committed by Shawn Guo
parent 784bdc6f26
commit 7cd2f9a59f

View File

@@ -286,6 +286,20 @@ tbi0: tbi-phy@8 {
};
};
&qspi {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <20000000>;
reg = <0>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
};
};
&sai2 {
status = "okay";
};