aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_compex_wpj563.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9563_compex_wpj563.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_compex_wpj563.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_compex_wpj563.dts b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
index aa829413dc..ba31f40fe2 100644
--- a/target/linux/ath79/dts/qca9563_compex_wpj563.dts
+++ b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
@@ -118,7 +118,8 @@
pll-data = <0x03000101 0x00000101 0x00001919>;
- mtd-mac-address = <&uboot 0x2e010>;
+ nvmem-cells = <&macaddr_uboot_2e010>;
+ nvmem-cell-names = "mac-address";
phy-mode = "sgmii";
phy-handle = <&phy0>;
};
@@ -136,3 +137,13 @@
mtd-cal-data = <&art 0x1000>;
};
+
+&uboot {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_uboot_2e010: macaddr@2e010 {
+ reg = <0x2e010 0x6>;
+ };
+};