svn commit: r264204 - head/sys/boot/fdt/dts/arm

Ian Lepore ian at FreeBSD.org
Sun Apr 6 21:45:38 UTC 2014


Author: ian
Date: Sun Apr  6 21:45:38 2014
New Revision: 264204
URL: http://svnweb.freebsd.org/changeset/base/264204

Log:
  Define the full 1024M of ram on the imx53 QSB board.

Modified:
  head/sys/boot/fdt/dts/arm/imx53-qsb.dts

Modified: head/sys/boot/fdt/dts/arm/imx53-qsb.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/imx53-qsb.dts	Sun Apr  6 21:40:39 2014	(r264203)
+++ head/sys/boot/fdt/dts/arm/imx53-qsb.dts	Sun Apr  6 21:45:38 2014	(r264204)
@@ -41,8 +41,9 @@
         compatible = "fsl,imx53-qsb", "fsl,imx53";
 
 	memory {
-		/* RAM 512M */
-		reg = <0x70000000 0x20000000>;
+		/* RAM is 2 banks of 512M each. */
+		reg = <0x70000000 0x20000000
+		       0xb0000000 0x20000000>;
 	};
 
 	localbus at 18000000 {


More information about the svn-src-head mailing list