ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9342_ubnt_powerbeam-m2-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,powerbeam-m2-xw", "ubnt,xw", "qca,ar9342";
7 model = "Ubiquiti PowerBeam M2 (XW)";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy1: ethernet-phy@1 {
14 reg = <1>;
15 };
16 };
17
18 &eth0 {
19 status = "okay";
20
21 /* default for ar934x, except for 1000M and 10M */
22 pll-data = <0x02000000 0x00000101 0x00001313>;
23
24 phy-mode = "rgmii-id";
25 phy-handle = <&phy1>;
26
27 gmac-config {
28 device = <&gmac>;
29 rxd-delay = <3>;
30 rxdv-delay = <3>;
31 };
32 };