aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_winchannel_wb2000.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9344_winchannel_wb2000.dts')
-rw-r--r--target/linux/ath79/dts/ar9344_winchannel_wb2000.dts19
1 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9344_winchannel_wb2000.dts b/target/linux/ath79/dts/ar9344_winchannel_wb2000.dts
index 87bbd206b2..2586a174cb 100644
--- a/target/linux/ath79/dts/ar9344_winchannel_wb2000.dts
+++ b/target/linux/ath79/dts/ar9344_winchannel_wb2000.dts
@@ -141,7 +141,8 @@
compatible = "pci168c,0030";
reg = <0x0000 0 0 0 0>;
qca,no-eeprom;
- mtd-mac-address = <&addr 0x0>;
+ nvmem-cells = <&macaddr_addr_0>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <0x10>;
#gpio-cells = <2>;
gpio-controller;
@@ -179,7 +180,8 @@
status = "okay";
mtd-cal-data = <&art 0x1000>;
- mtd-mac-address = <&addr 0x0>;
+ nvmem-cells = <&macaddr_addr_0>;
+ nvmem-cell-names = "mac-address";
};
&mdio0 {
@@ -197,7 +199,8 @@
pll-data = <0xe000000 0x04000101 0x04001313>;
- mtd-mac-address = <&addr 0x0>;
+ nvmem-cells = <&macaddr_addr_0>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <0x21>;
phy-mode = "rgmii-rxid";
@@ -210,3 +213,13 @@
rxdv-delay = <1>;
};
};
+
+&addr {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_addr_0: macaddr@0 {
+ reg = <0x0 0x6>;
+ };
+};