ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9563_tplink_re455-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_tplink_re450.dtsi"
4
5 / {
6 compatible = "tplink,re455-v1", "qca,qca9563";
7 model = "TP-Link RE455 v1";
8
9 aliases {
10 label-mac-device = &eth0;
11 };
12 };
13
14 &partitions {
15 partition@0 {
16 label = "u-boot";
17 reg = <0x000000 0x020000>;
18 read-only;
19 };
20
21 info: partition@20000 {
22 label = "info";
23 reg = <0x020000 0x002000>;
24 read-only;
25
26 nvmem-layout {
27 compatible = "fixed-layout";
28 #address-cells = <1>;
29 #size-cells = <1>;
30
31 macaddr_info_8: macaddr@8 {
32 compatible = "mac-base";
33 reg = <0x8 0x6>;
34 #nvmem-cell-cells = <1>;
35 };
36 };
37 };
38
39 partition@22000 {
40 label = "partition-table";
41 reg = <0x022000 0x002000>;
42 read-only;
43 };
44
45 partition@24000 {
46 label = "info2";
47 reg = <0x024000 0x00a000>;
48 read-only;
49 };
50
51 partition@2e000 {
52 label = "config";
53 reg = <0x02e000 0x022000>;
54 read-only;
55 };
56
57 partition@50000 {
58 compatible = "tplink,firmware";
59 label = "firmware";
60 reg = <0x050000 0x7a0000>;
61 };
62
63 art: partition@7f0000 {
64 label = "art";
65 reg = <0x7f0000 0x010000>;
66 read-only;
67
68 nvmem-layout {
69 compatible = "fixed-layout";
70 #address-cells = <1>;
71 #size-cells = <1>;
72
73 cal_art_5000: calibration@5000 {
74 reg = <0x5000 0x844>;
75 };
76 };
77 };
78 };
79
80 &eth0 {
81 nvmem-cells = <&macaddr_info_8 0>;
82 nvmem-cell-names = "mac-address";
83 };
84
85 &pcie {
86 wifi@0,0 {
87 compatible = "qcom,ath10k";
88 reg = <0x0000 0 0 0 0>;
89 nvmem-cells = <&cal_art_5000>, <&macaddr_info_8 1>;
90 nvmem-cell-names = "calibration", "mac-address";
91 };
92 };
93
94 &wmac {
95 mtd-cal-data = <&art 0x1000>;
96
97 nvmem-cells = <&macaddr_info_8 0>;
98 nvmem-cell-names = "mac-address";
99 };