aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts19
1 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts b/target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts
index 300ea3bb29..6ac3730194 100644
--- a/target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts
+++ b/target/linux/ramips/dts/mt7628an_tplink_re305-v1.dts
@@ -127,7 +127,8 @@
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&radio 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
- mtd-mac-address = <&config 0x10008>;
+ nvmem-cells = <&macaddr_config_10008>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <2>;
};
};
@@ -136,10 +137,22 @@
status = "okay";
mediatek,mtd-eeprom = <&radio 0x0>;
- mtd-mac-address = <&config 0x10008>;
+ nvmem-cells = <&macaddr_config_10008>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <1>;
};
&ethernet {
- mtd-mac-address = <&config 0x10008>;
+ nvmem-cells = <&macaddr_config_10008>;
+ nvmem-cell-names = "mac-address";
+};
+
+&config {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_config_10008: macaddr@10008 {
+ reg = <0x10008 0x6>;
+ };
};