summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts
blob: 80467c88e98343b99e246400b4da3256e2d14b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "mt7621_ubnt_edgerouter-x.dtsi"

/ {
	model = "Ubiquiti EdgeRouter X";
	compatible = "ubnt,edgerouter-x", "mediatek,mt7621-soc";
};

&gmac1 {
	status = "okay";
	label = "eth0";
	phy-handle = <&ethphy0>;

	nvmem-cells = <&macaddr_factory_22 0>;
	nvmem-cell-names = "mac-address";
};

&ethphy0 {
	/delete-property/ interrupts;
};

&switch0 {
	ports {
		port@0 {
			status = "disabled";
		};
	};
};