aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt5350_intenso_memory2move.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/rt5350_intenso_memory2move.dts')
-rw-r--r--target/linux/ramips/dts/rt5350_intenso_memory2move.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt5350_intenso_memory2move.dts b/target/linux/ramips/dts/rt5350_intenso_memory2move.dts
index 8ab2a87304..8df91594b7 100644
--- a/target/linux/ramips/dts/rt5350_intenso_memory2move.dts
+++ b/target/linux/ramips/dts/rt5350_intenso_memory2move.dts
@@ -98,7 +98,8 @@
};
&ethernet {
- mtd-mac-address = <&factory 0x28>;
+ nvmem-cells = <&macaddr_factory_28>;
+ nvmem-cell-names = "mac-address";
};
&esw {
@@ -108,3 +109,13 @@
&wmac {
ralink,mtd-eeprom = <&factory 0x0>;
};
+
+&factory {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_factory_28: macaddr@28 {
+ reg = <0x28 0x6>;
+ };
+};