ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9563_ubnt_unifiac-pro.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_ubnt_unifiac.dtsi"
4
5 / {
6 aliases {
7 label-mac-device = &eth0;
8 };
9 };
10
11 &mdio0 {
12 status = "okay";
13 phy-mask = <0>;
14
15 phy0: ethernet-phy@0 {
16 reg = <0>;
17 phy-mode = "sgmii";
18 qca,ar8327-initvals = <
19 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
20 0x7c 0x0000007e /* PORT0_STATUS */
21 >;
22 };
23 };
24
25 &eth0 {
26 status = "okay";
27
28 mtd-mac-address = <&art 0x0>;
29 phy-handle = <&phy0>;
30 };