0dd14896f0d3159f1981b2cc8e14381284d23be6
[openwrt/staging/mkresin.git] / target / linux / ath79 / dts / qca9563_tplink_tl-wpa8630-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_tplink_tl-wpa8630.dtsi"
5
6 / {
7 compatible = "tplink,tl-wpa8630-v1", "qca,qca9563";
8 model = "TP-Link TL-WPA8630 v1";
9
10 aliases {
11 label-mac-device = &eth0;
12 };
13 };
14
15 &partitions {
16 uboot: partition@0 {
17 label = "u-boot";
18 reg = <0x000000 0x010000>;
19 read-only;
20 };
21
22 partition@10000 {
23 compatible = "tplink,firmware";
24 label = "firmware";
25 reg = <0x010000 0x7d0000>;
26 };
27
28 partition@7e0000 {
29 label = "mib0";
30 reg = <0x7e0000 0x010000>;
31 read-only;
32 };
33
34 art: partition@7f0000 {
35 label = "art";
36 reg = <0x7f0000 0x010000>;
37 read-only;
38 };
39 };
40
41 &eth0 {
42 mtd-mac-address = <&uboot 0x0fc00>;
43 };
44
45 &wmac {
46 mtd-mac-address = <&uboot 0x0fc00>;
47 };