ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9563_ubnt_unifiac-lite.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
14 phy4: ethernet-phy@4 {
15 phy-mode = "sgmii";
16 reg = <4>;
17 };
18 };
19
20 &eth0 {
21 status = "okay";
22
23 nvmem-cells = <&macaddr_art_0>;
24 nvmem-cell-names = "mac-address";
25 phy-mode = "sgmii";
26 phy-handle = <&phy4>;
27
28 pll-data = <0x03000000 0x00000101 0x00001313>;
29 };