aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_adslr_g7.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_adslr_g7.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_adslr_g7.dts16
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_adslr_g7.dts b/target/linux/ramips/dts/mt7621_adslr_g7.dts
index 84c0d3b282..95f2ac3a20 100644
--- a/target/linux/ramips/dts/mt7621_adslr_g7.dts
+++ b/target/linux/ramips/dts/mt7621_adslr_g7.dts
@@ -101,7 +101,8 @@
};
&gmac0 {
- mtd-mac-address = <&factory 0xe00c>;
+ nvmem-cells = <&macaddr_factory_e00c>;
+ nvmem-cell-names = "mac-address";
};
&switch0 {
@@ -129,7 +130,8 @@
port@4 {
status = "okay";
label = "wan";
- mtd-mac-address = <&factory 0xe00c>;
+ nvmem-cells = <&macaddr_factory_e00c>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <1>;
};
};
@@ -141,3 +143,13 @@
function = "gpio";
};
};
+
+&factory {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_factory_e00c: macaddr@e00c {
+ reg = <0xe00c 0x6>;
+ };
+};