mirror of https://github.com/openwrt/openwrt.git
28 lines
405 B
Plaintext
28 lines
405 B
Plaintext
#include "mt7621_ubnt_edgerouter-x.dtsi"
|
|
|
|
/ {
|
|
model = "Ubiquiti EdgeRouter X";
|
|
compatible = "ubnt,edgerouter-x", "mediatek,mt7621-soc";
|
|
};
|
|
|
|
&gmac1 {
|
|
status = "okay";
|
|
label = "eth0";
|
|
phy-handle = <ðphy0>;
|
|
|
|
nvmem-cells = <&macaddr_factory_22 0>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
|
|
ðphy0 {
|
|
/delete-property/ interrupts;
|
|
};
|
|
|
|
&switch0 {
|
|
ports {
|
|
port@0 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|