diff --git a/target/linux/ramips/dts/mt7621_tplink_tl-wpa8631p-v3.dts b/target/linux/ramips/dts/mt7621_tplink_tl-wpa8631p-v3.dts
index 7012c315c1f0be7bd17e4f398549b33f93f243e5..0d466f1e6610cf6313272fd2af553409df9926e2 100644
--- a/target/linux/ramips/dts/mt7621_tplink_tl-wpa8631p-v3.dts
+++ b/target/linux/ramips/dts/mt7621_tplink_tl-wpa8631p-v3.dts
@@ -7,7 +7,7 @@
 
 / {
 	compatible = "tplink,tl-wpa8631p-v3", "mediatek,mt7621-soc";
-	model = "TP-Link WPA8631P v3";
+	model = "TP-Link TL-WPA8631P v3";
 
 	aliases {
 		label-mac-device = &gmac0;
@@ -75,15 +75,15 @@
 		};
 	};
 
-        gpio-export {
-                compatible = "gpio-export";
+	gpio-export {
+		compatible = "gpio-export";
 
-                led_control {
-                        gpio-export,name = "tp-link:led:control";
-                        gpio-export,output = <0>;
-                        gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
-                };
-        };
+		led_control {
+			gpio-export,name = "tp-link:led:control";
+			gpio-export,output = <0>;
+			gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
+		};
+	};
 };
 
 &spi0 {
@@ -160,6 +160,10 @@
 	};
 };
 
+&ethernet {
+	pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>;
+};
+
 &gmac0 {
 	nvmem-cells = <&macaddr_config_2008>;
 	nvmem-cell-names = "mac-address";