mpc85xx: fix address config for ws-ap3825i
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-x6-v2.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 #include "qca956x.dtsi"
7
8 / {
9 aliases {
10 label-mac-device = &eth0;
11 };
12 };
13
14 &pcie {
15 status = "okay";
16 };
17
18 &uart {
19 status = "okay";
20 };
21
22 &mdio0 {
23 status = "okay";
24
25 phy-mask = <0>;
26
27 phy0: ethernet-phy@0 {
28 reg = <0>;
29 phy-mode = "sgmii";
30 qca,mib-poll-interval = <500>;
31
32 qca,ar8327-initvals = <
33 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
34 0x7c 0x0000007e /* PORT0_STATUS */
35 >;
36 };
37 };
38
39 &eth0 {
40 status = "okay";
41
42 phy-mode = "sgmii";
43 phy-handle = <&phy0>;
44
45 mtd-mac-address = <&mac 0x8>;
46 };
47
48 &wmac {
49 status = "okay";
50
51 mtd-cal-data = <&art 0x1000>;
52 mtd-mac-address = <&mac 0x8>;
53 };