Commit 592a8191 authored by Kuldeep Singh's avatar Kuldeep Singh Committed by Shawn Guo

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: default avatarKuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e0d8d4ea
......@@ -242,6 +242,20 @@ &esdhc {
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";
};
......
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