Skip to content

Commit

Permalink
arm: dts: ls1021atwr: Add QSPI node properties
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuldeep Singh authored and Shawn Guo committed Apr 25, 2020
1 parent e0d8d4e commit 592a819
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/ls1021a-twr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 592a819

Please sign in to comment.