aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ls1021a-qds.dts
diff options
context:
space:
mode:
authorLi Yang <leoyang.li@nxp.com>2021-10-12 18:58:11 -0500
committerShawn Guo <shawnguo@kernel.org>2021-10-15 11:16:26 +0800
commit7cd2f9a59f34c4bdfd2a4b85f6a7d16deb29c8ee (patch)
tree9ed36856067f815a6038f875cfa84fa56309e664 /arch/arm/boot/dts/ls1021a-qds.dts
parentARM: dts: ls1021a: change to use SPDX identifiers (diff)
downloadlinux-dev-7cd2f9a59f34c4bdfd2a4b85f6a7d16deb29c8ee.tar.xz
linux-dev-7cd2f9a59f34c4bdfd2a4b85f6a7d16deb29c8ee.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-qds.dts')
-rw-r--r--arch/arm/boot/dts/ls1021a-qds.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
index e2aa569ff404..8982ba2c14c2 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -286,6 +286,20 @@
};
};
+&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";
};