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
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:12 +0800
commit0e196be85afa605903a6dd973129a6b236e6653d (patch)
treef521e01014f62561b3b16b09c5b9bf6210effd28 /arch/arm/boot/dts/imx6sxscm-512mb.dtsi
parentc0eb7eee9a487f8ede8dca38b5df16074475d38b (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>;
+ };
+
+};