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