aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_telco-electronics_x1.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_telco-electronics_x1.dts16
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts b/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts
index 0386a3cdd2..51c1d868cb 100644
--- a/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts
+++ b/target/linux/ramips/dts/mt7621_telco-electronics_x1.dts
@@ -121,7 +121,8 @@
};
&gmac0 {
- mtd-mac-address = <&factory 0xe006>;
+ nvmem-cells = <&macaddr_factory_e006>;
+ nvmem-cell-names = "mac-address";
};
&switch0 {
@@ -149,7 +150,8 @@
port@4 {
status = "okay";
label = "wan";
- mtd-mac-address = <&factory 0xe006>;
+ nvmem-cells = <&macaddr_factory_e006>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <1>;
};
};
@@ -186,3 +188,13 @@
};
};
};
+
+&factory {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_factory_e006: macaddr@e006 {
+ reg = <0xe006 0x6>;
+ };
+};