8c6c91f10702287c441b017586d9bbadfd515305
[openwrt/staging/svanheule.git] / target / linux / ath79 / dts / qca9563_tplink_tl-wpa8630-v1.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-wpa8630-v1", "qca,qca9563";
7 model = "TP-Link TL-WPA8630 v1";
8
9 aliases {
10 label-mac-device = &eth0;
11 };
12 };
13
14 &partitions {
15 uboot: partition@0 {
16 label = "u-boot";
17 reg = <0x000000 0x010000>;
18 read-only;
19
20 nvmem-layout {
21 compatible = "fixed-layout";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 macaddr_uboot_fc00: macaddr@fc00 {
26 reg = <0xfc00 0x6>;
27 };
28 };
29 };
30
31 partition@10000 {
32 compatible = "tplink,firmware";
33 label = "firmware";
34 reg = <0x010000 0x7d0000>;
35 };
36
37 partition@7e0000 {
38 label = "mib0";
39 reg = <0x7e0000 0x010000>;
40 read-only;
41 };
42
43 art: partition@7f0000 {
44 label = "art";
45 reg = <0x7f0000 0x010000>;
46 read-only;
47 };
48 };
49
50 &eth0 {
51 nvmem-cells = <&macaddr_uboot_fc00>;
52 nvmem-cell-names = "mac-address";
53 };
54
55 &wmac {
56 mtd-cal-data = <&art 0x1000>;
57
58 nvmem-cells = <&macaddr_uboot_fc00>;
59 nvmem-cell-names = "mac-address";
60 };