Skip to content

Instantly share code, notes, and snippets.

@vDorst
Created March 13, 2021 22:02
Show Gist options
  • Save vDorst/0d7a63a1fcf0cfd85088179aafceff5c to your computer and use it in GitHub Desktop.
Save vDorst/0d7a63a1fcf0cfd85088179aafceff5c to your computer and use it in GitHub Desktop.
include "mt7621_ubnt_edgerouter-x.dtsi"
/ {
model = "Ubiquiti EdgeRouter X10";
compatible = "ubnt,edgerouter-x10", "mediatek,mt7621-soc";
};
&mdio {
ephy29: ethernet-phy@29 {
reg = <29>;
};
};
&switch0 {
ports {
port@5 {
reg = <5>;
label = "eth5";
phy-handle = <&ephy29>;
phy-mode = "rgmii";
mtd-mac-address = <&factory 0x22>;
mtd-mac-address-increment = <5>;
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment