ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / ar7161_ubnt_routerstation.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", "qca,ar7161";
8 model = "Ubiquiti Networks RouterStation";
9 };
10
11 &eth0 {
12 phy-mode = "mii";
13
14 fixed-link {
15 speed = <100>;
16 full-duplex;
17 };
18 };
19
20 &eth1 {
21 phy-mode = "rmii";
22
23 fixed-link {
24 speed = <100>;
25 full-duplex;
26 };
27 };