summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 21:46:25 +0000
committerian <ian@FreeBSD.org>2014-05-17 21:46:25 +0000
commit9d16e04a2f779a947e7b68cb5ddde3ec3cea847a (patch)
tree900d44f878f1188f57b6c65922ceb144f38c03b9 /sys/boot
parent60aa355ac436ba73dd357d7a0a08de470a5040af (diff)
downloadFreeBSD-src-9d16e04a2f779a947e7b68cb5ddde3ec3cea847a.zip
FreeBSD-src-9d16e04a2f779a947e7b68cb5ddde3ec3cea847a.tar.gz
MFC 264203, 264204, 264206, 264218:
Tell VM we now have ARM platforms with physically discontiguous memory. Define the full 1024M of ram on the imx51 and imx53 boards. Use a more professional uart device description.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/arm/digi-ccwmx53.dts3
-rw-r--r--sys/boot/fdt/dts/arm/imx53-qsb.dts5
2 files changed, 5 insertions, 3 deletions
diff --git a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
index 898ffbb..2e56b61 100644
--- a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
+++ b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
@@ -41,7 +41,8 @@
memory {
/* RAM 512M */
- reg = <0x70000000 0x20000000>;
+ reg = <0x70000000 0x10000000
+ 0xB0000000 0x10000000>;
};
localbus@18000000 {
diff --git a/sys/boot/fdt/dts/arm/imx53-qsb.dts b/sys/boot/fdt/dts/arm/imx53-qsb.dts
index c644f54..7b5447c 100644
--- a/sys/boot/fdt/dts/arm/imx53-qsb.dts
+++ b/sys/boot/fdt/dts/arm/imx53-qsb.dts
@@ -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@18000000 {
OpenPOWER on IntegriCloud