ath79: Add support for Buffalo WZR-HP-G300NH
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_tl-wpa8630p-v2.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_tplink_tl-wpa8630.dtsi"
4
5 / {
6 aliases {
7 label-mac-device = &eth0;
8 };
9 };
10
11 &partitions {
12 partition@0 {
13 label = "factory-uboot";
14 reg = <0x000000 0x020000>;
15 read-only;
16 };
17
18 partition@20000 {
19 label = "u-boot";
20 reg = <0x020000 0x020000>;
21 read-only;
22 };
23
24 partition@40000 {
25 compatible = "tplink,firmware";
26 label = "firmware";
27 reg = <0x040000 0x5e0000>;
28 };
29 };
30
31 &eth0 {
32 mtd-mac-address = <&info 0x8>;
33 };
34
35 &wmac {
36 mtd-mac-address = <&info 0x8>;
37 };