MLK-13287 ARM: dts: imx: support for epop 6sxscm evb board
authorAlejandro Sierra <alejandro.sierra@nxp.com>
Mon, 26 Sep 2016 21:37:19 +0000 (16:37 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:52:33 +0000 (14:52 -0500)
Add support for the epop i.MX6SX SCM EVB board
The epop variant contains an eMMC(512MB) within the
POP package.

Support the next features for epop 6sxscm EVB:

 - Regular epop board
 - M4 support

Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/imx6sxscm-epop-evb-ldo.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6sxscm-epop-evb-m4-ldo.dts [new file with mode: 0644]

index 667a29e..b58a98a 100644 (file)
@@ -473,7 +473,9 @@ dtb-$(CONFIG_SOC_IMX6SX) += \
        imx6sxscm-1gb-evb-m4-ldo.dtb \
        imx6sxscm-1gb-evb-mqs-ldo.dtb \
        imx6sxscm-1gb-evb-sai-ldo.dtb \
-       imx6sxscm-1gb-evb-btwifi-ldo.dtb
+       imx6sxscm-1gb-evb-btwifi-ldo.dtb \
+       imx6sxscm-epop-evb-ldo.dtb \
+       imx6sxscm-epop-evb-m4-ldo.dtb
 dtb-$(CONFIG_SOC_IMX6UL) += \
        imx6ul-14x14-evk.dtb \
        imx6ul-14x14-evk-btwifi.dtb \
diff --git a/arch/arm/boot/dts/imx6sxscm-epop-evb-ldo.dts b/arch/arm/boot/dts/imx6sxscm-epop-evb-ldo.dts
new file mode 100644 (file)
index 0000000..62bc1ff
--- /dev/null
@@ -0,0 +1,9 @@
+/*
+ * 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.
+ */
+#include "imx6sxscm-512mb-evb-ldo.dts"
+#include "imx6sxscm-emmc.dtsi"
diff --git a/arch/arm/boot/dts/imx6sxscm-epop-evb-m4-ldo.dts b/arch/arm/boot/dts/imx6sxscm-epop-evb-m4-ldo.dts
new file mode 100644 (file)
index 0000000..ab60602
--- /dev/null
@@ -0,0 +1,9 @@
+/*
+ * 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.
+ */
+#include "imx6sxscm-512mb-evb-m4-ldo.dts"
+#include "imx6sxscm-emmc.dtsi"