summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_tplink_re455-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9563_tplink_re455-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_tplink_re455-v1.dts14
1 files changed, 8 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_re455-v1.dts b/target/linux/ath79/dts/qca9563_tplink_re455-v1.dts
index 7caa356861..b22d2bfa35 100644
--- a/target/linux/ath79/dts/qca9563_tplink_re455-v1.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_re455-v1.dts
@@ -18,7 +18,7 @@
read-only;
};
- info: partition@20000 {
+ partition@20000 {
label = "info";
reg = <0x020000 0x002000>;
read-only;
@@ -60,7 +60,7 @@
reg = <0x050000 0x7a0000>;
};
- art: partition@7f0000 {
+ partition@7f0000 {
label = "art";
reg = <0x7f0000 0x010000>;
read-only;
@@ -70,6 +70,10 @@
#address-cells = <1>;
#size-cells = <1>;
+ cal_art_1000: calibration@1000 {
+ reg = <0x1000 0x440>;
+ };
+
cal_art_5000: calibration@5000 {
reg = <0x5000 0x844>;
};
@@ -92,8 +96,6 @@
};
&wmac {
- mtd-cal-data = <&art 0x1000>;
-
- nvmem-cells = <&macaddr_info_8 0>;
- nvmem-cell-names = "mac-address";
+ nvmem-cells = <&macaddr_info_8 0>, <&cal_art_1000>;
+ nvmem-cell-names = "mac-address", "calibration";
};