ARM: dts: ls1021a-qds: Add node for QSPI flash
authorLi Yang <leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:11 +0000 (18:58 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 15 Oct 2021 03:16:26 +0000 (11:16 +0800)
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>
arch/arm/boot/dts/ls1021a-qds.dts

index e2aa569ff40466e0babb695cc55e9f3b117d2958..8982ba2c14c23f0f5a505cd0a87f624843d20af0 100644 (file)
        };
 };
 
+&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";
 };