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
committerJuan Gutierrez <juan.gutierrez@nxp.com>2016-11-08 15:28:23 -0600
commit817fbf5cd122fdd6e5af961c8a1b36c73653f527 (patch)
tree1644db7a27f59d602cb687d3fc434d4edef0df24 /arch/arm/boot/dts/imx6sxscm-512mb.dtsi
parent904e272edacc0f242f7677cbdf376df5d467c238 (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>;
+ };
+
+};