[OpenWrt-Devel] [PATCH 2/2] ramips: fix the memory map on FireWRT

wengbj fl.service at t-firefly.com
Thu Jun 4 22:54:33 EDT 2015


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 at t-firefly.com>
---
 target/linux/ramips/dts/FIREWRT.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 8ffb5ea..bd23406 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -8,7 +8,7 @@
 
 	memory at 0 {
 		device_type = "memory";
-		reg = <0x0 0x10000000>, <0x30000000 0x10000000>;
+		reg = <0x0 0x1c000000>,<0x20000000 0x4000000>;
 	};
 
 	chosen {
-- 
1.7.9.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list