1f3038dacedce80101fb490bde078ce6fa1ee385
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9563_zte_mf282.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 // Copyright (c) 2021 Cezary Jackiewicz
3 // Copyright (c) 2021, 2022 Lech Perczak
4 // Copyright (c) 2022 David Bauer <mail@david-bauer.net>
5 // Copyright (c) 2023 Andreas Böhler <dev@aboehler.at>
6
7 #include "qca9563_zte_mf28x.dtsi"
8
9 / {
10 model = "ZTE MF282";
11 compatible = "zte,mf282", "qca,qca9563";
12
13 ubi-concat {
14 compatible = "mtd-concat";
15 devices = <&ubiconcat0 &ubiconcat1>;
16
17 partitions {
18 compatible = "fixed-partitions";
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 partition@0 {
23 reg = <0x0 0x7440000>;
24 label = "ubi";
25 };
26 };
27 };
28 };
29
30 &led_debug {
31 label = "blue:debug";
32 color = <LED_COLOR_ID_BLUE>;
33 };
34
35 &boot_flash {
36 partitions {
37 partition@0 {
38 label = "u-boot";
39 reg = <0x0 0x80000>;
40 read-only;
41 };
42
43 partition@80000 {
44 label = "u-boot-env";
45 reg = <0x80000 0x20000>;
46 read-only;
47 };
48 };
49 };
50
51 &system_flash {
52 partitions {
53 partition@0 {
54 label = "fota-flag";
55 reg = <0x000000 0x140000>;
56 read-only;
57 };
58
59 partition@140000 {
60 label = "caldata";
61 reg = <0x140000 0x140000>;
62 read-only;
63
64 compatible = "nvmem-cells";
65 #address-cells = <1>;
66 #size-cells = <1>;
67
68 cal_caldata_1000: cal@1000 {
69 reg = <0x1000 0x440>;
70 };
71
72 cal_caldata_5000: cal@5000 {
73 reg = <0x5000 0x844>;
74 };
75 };
76
77 partition@280000 {
78 label = "mac";
79 reg = <0x280000 0x140000>;
80 read-only;
81
82 compatible = "nvmem-cells";
83 #address-cells = <1>;
84 #size-cells = <1>;
85
86 macaddr_mac_0: macaddr@0 {
87 reg = <0x0 0x6>;
88 };
89 };
90
91 /* This encompasses stock cfg-param, oops, web partitions,
92 * which can be overwritten safely
93 */
94 ubiconcat0: partition@3c0000 {
95 label = "ubiconcat0";
96 reg = <0x3c0000 0xf40000>;
97 };
98
99 /* Kernel MTD size is increased to 8MB from stock 3MB */
100 partition@1300000 {
101 label = "kernel";
102 reg = <0x1300000 0x800000>;
103 };
104
105 /* This encompasses stock rootfs, data, fota partitions,
106 * which can be overwritten safely
107 */
108 ubiconcat1: partition@1b00000 {
109 label = "ubiconcat1";
110 reg = <0x1b00000 0x6500000>;
111 };
112 };
113 };
114
115 &eth0 {
116 nvmem-cells = <&macaddr_mac_0>;
117 nvmem-cell-names = "mac-address";
118 };
119
120 &wifi_ath10k {
121 nvmem-cells = <&macaddr_mac_0>, <&cal_caldata_5000>;
122 nvmem-cell-names = "mac-address", "calibration";
123 mac-address-increment = <1>;
124 };
125
126 &wmac {
127 nvmem-cells = <&macaddr_mac_0>, <&cal_caldata_1000>;
128 nvmem-cell-names = "mac-address", "calibration";
129 };