h69k/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts

30 lines
413 B
Plaintext
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
#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>;
nvmem-cell-names = "mac-address";
};
&mdio {
ethphy0: ethernet-phy@0 {
reg = <0>;
};
};
&switch0 {
ports {
port@0 {
status = "disabled";
};
};
};