ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.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.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 phy-mask = <4>;
14 phy4: ethernet-phy@4 {
15 phy-mode = "rgmii";
16 reg = <4>;
17 };
18 };
19
20 &eth0 {
21 status = "okay";
22
23 phy-mode = "rgmii";
24 phy-handle = <&phy4>;
25
26 gmac-config {
27 device = <&gmac>;
28 rxd-delay = <3>;
29 rxdv-delay = <3>;
30 };
31 };