summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-imx8dx-mek.dts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-01-15 22:33:39 -0800
committerYe Li <ye.li@nxp.com>2020-04-26 23:36:38 -0700
commit568c6c4a6ca21a08faec1e7c02a573edad555617 (patch)
tree083bc5355d31885f92c218db8acef3b46a11a8ae /arch/arm/dts/fsl-imx8dx-mek.dts
parentdd8aa7b4cb147ab5cdf7de5f30a054d141e321a6 (diff)
MLK-23241 imx8dx_mek: Add iMX8DX MEK board support
iMX8DX MEK board has similar design with 8QXP MEK. The major changes are 1. DDR changed to 16bits 1GB DDR part 2. USB3.0 is removed and only support OTG on typec port. (No SW change needed) This patch adds new defconfigs and DTS file for this new board. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 8185fa9fa8e48d64d4abf8066bf080f02343d484)
Diffstat (limited to 'arch/arm/dts/fsl-imx8dx-mek.dts')
-rw-r--r--arch/arm/dts/fsl-imx8dx-mek.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8dx-mek.dts b/arch/arm/dts/fsl-imx8dx-mek.dts
new file mode 100644
index 0000000000..52055ff479
--- /dev/null
+++ b/arch/arm/dts/fsl-imx8dx-mek.dts
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2020 NXP
+ */
+
+#include "fsl-imx8qxp-mek.dts"
+
+/ {
+ model = "NXP i.MX8DX MEK";
+};