summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/FIREWRT.dts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-05 08:07:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-05 08:07:41 +0000
commit4746e539e0e8ae2a80d02a8f7d9d7caea7f63886 (patch)
tree6f9cdbd037ec658d0562a4a08d15f9e5721e6965 /target/linux/ramips/dts/FIREWRT.dts
parent5a64d5337bf497dc1676a188f863cbb9c9be74a5 (diff)
downloadmaster-31e0f0ae-4746e539e0e8ae2a80d02a8f7d9d7caea7f63886.tar.gz
master-31e0f0ae-4746e539e0e8ae2a80d02a8f7d9d7caea7f63886.tar.bz2
master-31e0f0ae-4746e539e0e8ae2a80d02a8f7d9d7caea7f63886.zip
ramips: fix the memory map on FireWRT
Avoid the use of memory marked as reserved MT7621 support 512MB memory. According to "MT7621_ProgrammingGuide_Preliminary_Platform.pdf" 0x0~0x1c000000 448MB 0x20000000~0x4000000 64MB total 512MB Signed-off-by: wengbj <fl.service@t-firefly.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45892
Diffstat (limited to 'target/linux/ramips/dts/FIREWRT.dts')
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 8ffb5ea546..bfe1456461 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -8,7 +8,7 @@
memory@0 {
device_type = "memory";
- reg = <0x0 0x10000000>, <0x30000000 0x10000000>;
+ reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
};
chosen {