ath79: add Embedded Wireless Balin Platform
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9557_dongwon_dw02-412h-128m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9557_dongwon_dw02-412h.dtsi"
4
5 / {
6 model = "Dongwon T&I DW02-412H (128M)";
7 compatible = "dongwon,dw02-412h-128m", "qca,qca9557";
8 };
9
10 &nand {
11 status = "okay";
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "current";
20 reg = <0x0 0x1000000>;
21 read-only;
22 };
23
24 partition@1000000 {
25 label = "kernel";
26 reg = <0x1000000 0x800000>;
27 };
28
29 partition@1800000 {
30 label = "ubi";
31 reg = <0x1800000 0x6800000>;
32 };
33 };
34 };