ramips: add support for Rostelecom RT-FE-1A
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_ampedwireless_ally-r1900k.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_ampedwireless_ally.dtsi"
4
5 / {
6 compatible = "ampedwireless,ally-r1900k", "mediatek,mt7621-soc";
7 model = "Amped Wireless ALLY-R1900K";
8 };
9
10 &gmac1 {
11 status = "okay";
12 label = "lan3";
13 phy-handle = <&ethphy4>;
14 };
15
16 &mdio {
17 ethphy4: ethernet-phy@4 {
18 reg = <4>;
19 };
20 };
21
22 &switch0 {
23 ports {
24 port@1 {
25 status = "okay";
26 label = "wan";
27 };
28
29 port@2 {
30 status = "okay";
31 label = "lan1";
32 };
33
34 port@3 {
35 status = "okay";
36 label = "lan2";
37 };
38 };
39 };