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: MarkLee <Mark-MC.Lee@mediatek.com>
This commit is contained in:
		
							parent
							
								
									f0236b7015
								
							
						
					
					
						commit
						f5b441fcbe
					
				| 
						 | 
					@ -24,12 +24,14 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ð {
 | 
					ð {
 | 
				
			||||||
	status = "okay";
 | 
						status = "okay";
 | 
				
			||||||
	mediatek,gmac-id = <1>;
 | 
						mediatek,gmac-id = <0>;
 | 
				
			||||||
	phy-mode = "gmii";
 | 
						phy-mode = "sgmii";
 | 
				
			||||||
	phy-handle = <&phy0>;
 | 
						mediatek,switch = "mt7531";
 | 
				
			||||||
 | 
						reset-gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	phy0: ethernet-phy@0 {
 | 
						fixed-link {
 | 
				
			||||||
		reg = <0>;
 | 
							speed = <1000>;
 | 
				
			||||||
 | 
							full-duplex;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue