16d27dc0167ec2d11976e1eb6dc0ce5e12115e5e
[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 phy-mode = "rgmii";
15 reg = <4>;
16 max-speed = <100>;
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 };