ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9342_ubnt_wa_1port.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "ar9342_ubnt_wa.dtsi"
4
5 &mdio0 {
6 status = "okay";
7
8 phy4: ethernet-phy@4 {
9 reg = <4>;
10 };
11 };
12
13 &eth0 {
14 status = "okay";
15
16 /* default for ar934x, except for 1000M and 10M */
17 pll-data = <0x02000000 0x00000101 0x00001313>;
18
19 nvmem-cells = <&macaddr_art_0>;
20 nvmem-cell-names = "mac-address";
21
22 phy-mode = "rgmii-id";
23 phy-handle = <&phy4>;
24
25 gmac-config {
26 device = <&gmac>;
27 rxd-delay = <3>;
28 rxdv-delay = <3>;
29 };
30 };