aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-05-27 00:37:22 -0500
committerJohn Crispin <john@phrozen.org>2018-06-18 20:29:38 +0200
commitfe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2 (patch)
treec0cfef0b1aa848dd016f8d91d5f5ab27a06d48de /target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts
parent142477e75112f0c3a21d43a1b36922d46c67bd33 (diff)
downloadupstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.tar.gz
upstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.tar.bz2
upstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.zip
ath79: initial gl-ar300m support
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts')
-rw-r--r--target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts46
1 files changed, 46 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts b/target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts
new file mode 100644
index 0000000000..59793dc90b
--- /dev/null
+++ b/target/linux/ath79/dts/qca9533_glinet_ar300m_nor.dts
@@ -0,0 +1,46 @@
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
+#include "qca9533_glinet_ar300m.dtsi"
+
+&spi {
+ status = "okay";
+ num-cs = <0>;
+
+ flash@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "winbond,w25q128", "jedec,spi-nor";
+ reg = <0>;
+ spi-max-frequency = <25000000>;
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "u-boot";
+ reg = <0x000000 0x040000>;
+ read-only;
+ };
+
+ partition@1 {
+ label = "u-boot-env";
+ reg = <0x040000 0x010000>;
+ };
+
+ partition@2 {
+ label = "firmware";
+ reg = <0x050000 0xfa0000>;
+ };
+
+ art: partition@3 {
+ label = "art";
+ reg = <0xff0000 0x010000>;
+ };
+ };
+ };
+};