aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts')
-rw-r--r--target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
new file mode 100644
index 0000000000..2308d82af9
--- /dev/null
+++ b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "qca9557_dongwon_dw02-412h.dtsi"
+
+/ {
+ model = "Dongwon T&I DW02-412H (128M)";
+ compatible = "dongwon,dw02-412h-128m", "qca,qca9557";
+};
+
+&nand {
+ status = "okay";
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "current";
+ reg = <0x0 0x1000000>;
+ read-only;
+ };
+
+ partition@1000000 {
+ label = "kernel";
+ reg = <0x1000000 0x800000>;
+ };
+
+ partition@1800000 {
+ label = "ubi";
+ reg = <0x1800000 0x6800000>;
+ };
+ };
+};