Revert "ramips: convert MT7915 EEPROM to NVMEM format"
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_linksys_ea6350-v4.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_linksys_ea7xxx.dtsi"
4
5 / {
6 compatible = "linksys,ea6350-v4", "mediatek,mt7621-soc";
7 model = "Linksys EA6350 v4";
8 };
9
10 &gmac1 {
11 phy-handle = <&ethphy4>;
12 };
13
14 &mdio {
15 ethernet-phy@0 {
16 status = "disabled";
17 };
18
19 ethphy4: ethernet-phy@4 {
20 reg = <4>;
21 };
22 };
23
24 &switch0 {
25 ports {
26 port@0 {
27 status = "okay";
28 label = "lan1";
29 };
30
31 port@1 {
32 status = "okay";
33 label = "lan2";
34 };
35
36 port@2 {
37 status = "okay";
38 label = "lan3";
39 };
40
41 port@3 {
42 status = "okay";
43 label = "lan4";
44 };
45
46 port@4 {
47 status = "disabled";
48 };
49 };
50 };