ath79: create common DTSI for Senao qca955x APs
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7161_ubnt_routerstation.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", "qca,ar7161";
7 model = "Ubiquiti RouterStation";
8 };
9
10 &eth0 {
11 phy-mode = "mii";
12
13 fixed-link {
14 speed = <100>;
15 full-duplex;
16 };
17 };
18
19 &eth1 {
20 phy-mode = "rmii";
21
22 fixed-link {
23 speed = <100>;
24 full-duplex;
25 };
26 };