2b5993db44f249132e8cf358c2f8ef78ca3c5665
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_ubnt_edgerouter-x.dts
1 #include "mt7621_ubnt_edgerouter-x.dtsi"
2
3 / {
4 model = "Ubiquiti EdgeRouter X";
5 compatible = "ubnt,edgerouter-x", "mediatek,mt7621-soc";
6 };
7
8 &gmac1 {
9 status = "okay";
10 label = "eth0";
11 phy-handle = <&ethphy0>;
12
13 nvmem-cells = <&macaddr_factory_22>;
14 nvmem-cell-names = "mac-address";
15 };
16
17 &mdio {
18 ethphy0: ethernet-phy@0 {
19 reg = <0>;
20 };
21 };
22
23 &switch0 {
24 ports {
25 port@0 {
26 status = "disabled";
27 };
28 };
29 };