aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7161_meraki_mr16.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7161_meraki_mr16.dts')
-rw-r--r--target/linux/ath79/dts/ar7161_meraki_mr16.dts19
1 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar7161_meraki_mr16.dts b/target/linux/ath79/dts/ar7161_meraki_mr16.dts
index 3d11e641eb..d672364e56 100644
--- a/target/linux/ath79/dts/ar7161_meraki_mr16.dts
+++ b/target/linux/ath79/dts/ar7161_meraki_mr16.dts
@@ -81,7 +81,8 @@
compatible = "pci168c,0029";
reg = <0x8800 0 0 0 0>;
qca,no-eeprom;
- mtd-mac-address = <&config 0x66>;
+ nvmem-cells = <&macaddr_config_66>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <1>;
#gpio-cells = <2>;
gpio-controller;
@@ -91,7 +92,8 @@
compatible = "pci168c,0029";
reg = <0x9000 0 0 0 0>;
qca,no-eeprom;
- mtd-mac-address = <&config 0x66>;
+ nvmem-cells = <&macaddr_config_66>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <2>;
#gpio-cells = <2>;
gpio-controller;
@@ -114,7 +116,8 @@
&eth0 {
status = "okay";
- mtd-mac-address = <&config 0x66>;
+ nvmem-cells = <&macaddr_config_66>;
+ nvmem-cell-names = "mac-address";
pll-data = <0x00110000 0x00001099 0x00991099>;
@@ -167,3 +170,13 @@
};
};
};
+
+&config {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_config_66: macaddr@66 {
+ reg = <0x66 0x6>;
+ };
+};