Skip to content
Snippets Groups Projects
Commit f5b441fc authored by MarkLee's avatar MarkLee Committed by Tom Rini
Browse files

arm: dts: mediatek: enable sgmii mode and mt7531 switch for mt7629


This patch enable sgmii mode and mt7531 switch support in mt7629
ethernet dts node

Signed-off-by: default avatarMarkLee <Mark-MC.Lee@mediatek.com>
parent f0236b70
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,14 @@
&eth {
status = "okay";
mediatek,gmac-id = <1>;
phy-mode = "gmii";
phy-handle = <&phy0>;
phy0: ethernet-phy@0 {
reg = <0>;
mediatek,gmac-id = <0>;
phy-mode = "sgmii";
mediatek,switch = "mt7531";
reset-gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
fixed-link {
speed = <1000>;
full-duplex;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment