|
@@ -26,14 +26,16 @@
|
|
|
|
|
|
memory {
|
|
|
device_type = "memory";
|
|
|
-
|
|
|
/*
|
|
|
- * 4 GB of plug-in RAM modules by default but only 3GB
|
|
|
- * are visible, the amount of memory available can be
|
|
|
- * changed by the bootloader according the size of the
|
|
|
- * module actually plugged
|
|
|
+ * 8 GB of plug-in RAM modules by default.The amount
|
|
|
+ * of memory available can be changed by the
|
|
|
+ * bootloader according the size of the module
|
|
|
+ * actually plugged. Only 7GB are usable because
|
|
|
+ * addresses from 0xC0000000 to 0xffffffff are used by
|
|
|
+ * the internal registers of the SoC.
|
|
|
*/
|
|
|
- reg = <0x00000000 0xC0000000>;
|
|
|
+ reg = <0x00000000 0x00000000 0x00000000 0xC0000000>,
|
|
|
+ <0x00000001 0x00000000 0x00000001 0x00000000>;
|
|
|
};
|
|
|
|
|
|
soc {
|