projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d8d4e
)
arm: dts: ls1021atwr: Add QSPI node properties
author
Kuldeep Singh
<kuldeep.singh@nxp.com>
Mon, 30 Mar 2020 11:16:31 +0000
(16:46 +0530)
committer
Shawn Guo
<shawnguo@kernel.org>
Sat, 25 Apr 2020 01:16:28 +0000
(09:16 +0800)
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>
arch/arm/boot/dts/ls1021a-twr.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/ls1021a-twr.dts
b/arch/arm/boot/dts/ls1021a-twr.dts
index 9b1fe99d55b1e677a393665aafbefe2d91f8d601..5edf001f61388c5b0573247cb2edab8b452f37ce 100644
(file)
--- 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";
};