summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-09-06 16:57:07 -0500
committerJuan Gutierrez <juan.gutierrez@nxp.com>2016-11-01 11:07:58 -0500
commit31279d7f33c69cdac448c021ee2830770f04b444 (patch)
treef8187261d38c6cc38c9b98fb7c3bd2acbfb1029e /arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
parent82cd280e337f861366a2945cc6879625e362dabf (diff)
MLK-13246 ARM: dts: imx: generic support for 6dqscm 1gb board
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi b/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
new file mode 100644
index 000000000000..606d361aae18
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
@@ -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>;
+ };
+};