ath79: WNDR3700 v1/v2: make u-boot env partition writable
[openwrt/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 };