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