diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-05 08:07:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-05 08:07:41 +0000 |
commit | 56597ee25b6e123260c44ad6e5c009b1bbf6c6e9 (patch) | |
tree | 014bd3a8c6b7df8411739cc205570cd1997ca195 /target/linux/ramips/dts/FIREWRT.dts | |
parent | 487a879e336bee1a3de273accf8cf6d78eaebf20 (diff) | |
download | upstream-56597ee25b6e123260c44ad6e5c009b1bbf6c6e9.tar.gz upstream-56597ee25b6e123260c44ad6e5c009b1bbf6c6e9.tar.bz2 upstream-56597ee25b6e123260c44ad6e5c009b1bbf6c6e9.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45892 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/FIREWRT.dts')
-rw-r--r-- | target/linux/ramips/dts/FIREWRT.dts | 2 |
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 { |