MLK-13246 ARM: dts: imx: generic support for 6dqscm 1gb board
authorJuan Gutierrez <juan.gutierrez@nxp.com>
Tue, 6 Sep 2016 21:57:07 +0000 (16:57 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:52:31 +0000 (14:52 -0500)
Add the generic dtsi configuration support for the SCM i.MX6DQ
QWKS and EVB board with 1GB of DDR memory mapping

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi [new file with mode: 0644]
arch/arm/boot/dts/imx6dqscm-1gb-interleave-android.dtsi [new file with mode: 0644]

diff --git a/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi b/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
new file mode 100644 (file)
index 0000000..606d361
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+/ {
+       memory: memory {
+               linux,usable-memory = <0x10000000 0x20000000
+                                      0x80000000 0x20000000>;
+       };
+};
diff --git a/arch/arm/boot/dts/imx6dqscm-1gb-interleave-android.dtsi b/arch/arm/boot/dts/imx6dqscm-1gb-interleave-android.dtsi
new file mode 100644 (file)
index 0000000..6edda09
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+/ {
+       memory: memory {
+           linux,usable-memory = <0x10000000 0x40000000>;
+       };
+
+};