Commit 7cd2f9a5 authored by Li Yang's avatar Li Yang Committed by Shawn Guo
Browse files

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



Add the missing node for qspi flash.

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Reviewed-by: default avatarKuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 784bdc6f
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -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 {
&sai2 {
	status = "okay";
	status = "okay";
};
};