summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sxscm-512mb.dtsi
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-09-26 14:31:19 -0500
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 19:26:15 +0800
commit0dce10614d143f4732e6124dc1a0eed27b44a20d (patch)
tree72af46e8b1d2e3b4bafe1c5621862e124cac4084 /arch/arm/boot/dts/imx6sxscm-512mb.dtsi
parent18926a53ba9cf980a8f78ea59daae4cab8d7cc14 (diff)
MLK-13284 ARM: dts: imx: generic support for 6sxscm 512mb evb
Add the generic dtsi configuration support for the i.MX6SX SCM platforms with 512MB 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/imx6sxscm-512mb.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sxscm-512mb.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sxscm-512mb.dtsi b/arch/arm/boot/dts/imx6sxscm-512mb.dtsi
new file mode 100644
index 000000000000..023c997640bc
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sxscm-512mb.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 {
+ reg = <0x80000000 0x20000000>;
+ };
+
+};