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
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:10 +0800
commitfd5c9f3f49b22d8531dd52c7494a0873fa1c7d19 (patch)
treed1e02653c4cc6435ad8c54efae09272014c0f17c /arch/arm/boot/dts/imx6dqscm-1gb-fix.dtsi
parentb7ce3f35402f1e480455abeca6358540474a88bf (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>;
+ };
+};