ath79: qca: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9563_tplink_tl-wpa8630p-v2.0-eu.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_tplink_tl-wpa8630.dtsi"
4
5 / {
6 compatible = "tplink,tl-wpa8630p-v2.0-eu", "qca,qca9563";
7 model = "TP-Link WPA8630P v2.0 (EU)";
8
9 aliases {
10 label-mac-device = &eth0;
11 };
12 };
13
14 &partitions {
15 partition@0 {
16 label = "factory-uboot";
17 reg = <0x000000 0x020000>;
18 read-only;
19 };
20
21 partition@20000 {
22 label = "u-boot";
23 reg = <0x020000 0x020000>;
24 read-only;
25 };
26
27 partition@40000 {
28 compatible = "tplink,firmware";
29 label = "firmware";
30 reg = <0x040000 0x5e0000>;
31 };
32
33 partition@620000 {
34 label = "partition-table";
35 reg = <0x620000 0x010000>;
36 read-only;
37 };
38
39 info: partition@630000 {
40 label = "info";
41 reg = <0x630000 0x010000>;
42 read-only;
43
44 nvmem-layout {
45 compatible = "fixed-layout";
46 #address-cells = <1>;
47 #size-cells = <1>;
48
49 macaddr_info_8: macaddr@8 {
50 reg = <0x8 0x6>;
51 };
52 };
53 };
54
55 partition@640000 {
56 label = "tplink";
57 reg = <0x640000 0x1b0000>;
58 read-only;
59 };
60
61 art: partition@7f0000 {
62 label = "art";
63 reg = <0x7f0000 0x010000>;
64 read-only;
65 };
66 };
67
68 &eth0 {
69 nvmem-cells = <&macaddr_info_8>;
70 nvmem-cell-names = "mac-address";
71 };
72
73 &wmac {
74 mtd-cal-data = <&art 0x1000>;
75
76 nvmem-cells = <&macaddr_info_8>;
77 nvmem-cell-names = "mac-address";
78 };