Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Kuldeep Singh and committed by
Shawn Guo
592a8191 e0d8d4ea

+14
+14
arch/arm/boot/dts/ls1021a-twr.dts
··· 242 242 status = "okay"; 243 243 }; 244 244 245 + &qspi { 246 + status = "okay"; 247 + 248 + n25q128a130: flash@0 { 249 + compatible = "jedec,spi-nor"; 250 + #address-cells = <1>; 251 + #size-cells = <1>; 252 + spi-max-frequency = <50000000>; 253 + reg = <0>; 254 + spi-rx-bus-width = <4>; 255 + spi-tx-bus-width = <4>; 256 + }; 257 + }; 258 + 245 259 &sai1 { 246 260 status = "okay"; 247 261 };