diff --git a/target/linux/ramips/dts/ASL26555-16M.dts b/target/linux/ramips/dts/ASL26555-16M.dts
index bd45bc305bf4c4f0d9130f6c7701077e236cc2de..74163c293e4fbf330fc6629bfca19ddbc37a6445 100644
--- a/target/linux/ramips/dts/ASL26555-16M.dts
+++ b/target/linux/ramips/dts/ASL26555-16M.dts
@@ -31,7 +31,7 @@
 					reg = <0x30000 0x10000>;
 					read-only;
 				};
-				factory: partition@40000 {
+				partition@40000 {
 					label = "factory";
 					reg = <0x40000 0x10000>;
 					read-only;
@@ -69,7 +69,7 @@
 	};
 
 	ethernet@10100000 {
-		mtd-mac-address = <&factory 0x4004>;
+		mtd-mac-address = <&devdata 0x4004>;
 	};
 
 	esw@10110000 {
diff --git a/target/linux/ramips/dts/ASL26555-8M.dts b/target/linux/ramips/dts/ASL26555-8M.dts
index d7e424d8688dfa76825d3a4909a5c279f0f365af..506f1471afb2370eae49702adfd6da78c90bad72 100644
--- a/target/linux/ramips/dts/ASL26555-8M.dts
+++ b/target/linux/ramips/dts/ASL26555-8M.dts
@@ -26,8 +26,8 @@
 					reg = <0x0 0x30000>;
 					read-only;
 				};
-				factory: partition@30000 {
-					label = "factory";
+				ubootenv: partition@30000 {
+					label = "uboot-env";
 					reg = <0x30000 0x10000>;
 					read-only;
 				};
@@ -64,18 +64,17 @@
 	};
 
 	ethernet@10100000 {
-		mtd-mac-address = <&factory 0x4004>;
+		mtd-mac-address = <&ubootenv 0x4004>;
 	};
 
 	esw@10110000 {
 		ralink,portmap = <0x1e>;
 	};
 
-	/* devdata partition seems to be missing */
-/*	wmac@10180000 {
-		ralink,mtd-eeprom = <&devdata 0x4000>;
+	wmac@10180000 {
+		ralink,mtd-eeprom = <&ubootenv 0x4000>;
 	};
-*/
+
 	otg@101c0000 {
 		status = "okay";
 	};