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

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
...@@ -286,6 +286,20 @@ tbi0: tbi-phy@8 { ...@@ -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";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment