From: Kuldeep Singh Date: Mon, 30 Mar 2020 11:16:31 +0000 (+0530) Subject: arm: dts: ls1021atwr: Add QSPI node properties X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2026^2~5^2~16 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=592a8191f05805bc10aa875509bec64d565df931;p=linux.git arm: dts: ls1021atwr: Add QSPI node properties LS1021A-TWR has one micron "n25q128a13" flash of size 16M. Add QSPI node properties for it. Signed-off-by: Kuldeep Singh Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index 9b1fe99d55b1..5edf001f6138 100644 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -242,6 +242,20 @@ status = "okay"; }; +&qspi { + status = "okay"; + + n25q128a130: flash@0 { + compatible = "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + spi-max-frequency = <50000000>; + reg = <0>; + spi-rx-bus-width = <4>; + spi-tx-bus-width = <4>; + }; +}; + &sai1 { status = "okay"; };