ath79: convert remaining mtd-mac-address cases to nvmem
[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 "qca956x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 &pcie {
9 status = "okay";
10 };
11
12 &mdio0 {
13 status = "okay";
14
15 phy-mask = <0>;
16
17 phy0: ethernet-phy@0 {
18 reg = <0>;
19 phy-mode = "sgmii";
20 qca,mib-poll-interval = <500>;
21
22 qca,ar8327-initvals = <
23 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
24 0x7c 0x0000007e /* PORT0_STATUS */
25 >;
26 };
27 };
28
29 &eth0 {
30 status = "okay";
31
32 phy-mode = "sgmii";
33 phy-handle = <&phy0>;
34 };
35
36 &wmac {
37 status = "okay";
38 };