ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7161_ubnt_routerstation-pro.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7161_ubnt_routerstation.dtsi"
4
5 / {
6 compatible = "ubnt,routerstation-pro", "qca,ar7161";
7 model = "Ubiquiti RouterStation Pro";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy0: ethernet-phy@0 {
14 reg = <0>;
15 };
16
17 phy4: ethernet-phy@4 {
18 reg = <4>;
19 };
20 };
21
22 &eth0 {
23 phy-mode = "rgmii";
24 phy-handle = <&phy4>;
25 };
26
27 &eth1 {
28 phy-mode = "rgmii";
29 phy-handle = <&phy0>;
30 };