ath79: ubnt-bullet-m-xw: fix Ethernet PHY traffic
[openwrt/staging/svanheule.git] / target / linux / ath79 / dts / ar9342_ubnt_bullet-m-xw.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9342_ubnt_xw_rssileds.dtsi"
4
5 / {
6 compatible = "ubnt,bullet-m-xw", "ubnt,xw", "qca,ar9342";
7 model = "Ubiquiti Bullet M (XW)";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy4: ethernet-phy@4 {
14 reg = <4>;
15 max-speed = <100>;
16 };
17 };
18
19 &eth0 {
20 status = "okay";
21
22 phy-mode = "rgmii-txid";
23 phy-handle = <&phy4>;
24
25 gmac-config {
26 device = <&gmac>;
27 rxd-delay = <3>;
28 rxdv-delay = <3>;
29 };
30 };