aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts20
1 files changed, 16 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts b/target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts
index 887b6eea5f..7c27c97934 100644
--- a/target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts
+++ b/target/linux/ath79/dts/qca9558_tplink_re350k-v1.dts
@@ -100,7 +100,7 @@
phy-handle = <&phy4>;
pll-data = <0x9e000000 0x80000101 0x80001313>;
- mtd-mac-address = <&config 0x10008>;
+ mtd-mac-address = <&info 0x8>;
gmac-config {
device = <&gmac>;
@@ -144,9 +144,21 @@
reg = <0x020000 0xd70000>;
};
- config: partition@d90000 {
+ partition@d90000 {
+ label = "partition-table";
+ reg = <0xd90000 0x010000>;
+ read-only;
+ };
+
+ info: partition@da0000 {
+ label = "info";
+ reg = <0xda0000 0x020000>;
+ read-only;
+ };
+
+ partition@dc0000 {
label = "config";
- reg = <0xd90000 0x260000>;
+ reg = <0xdc0000 0x230000>;
read-only;
};
@@ -167,5 +179,5 @@
status = "okay";
mtd-cal-data = <&art 0x1000>;
- mtd-mac-address = <&config 0x10008>;
+ mtd-mac-address = <&info 0x8>;
};