]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board
authorMarek Vasut <marex@denx.de>
Tue, 15 Oct 2024 23:58:36 +0000 (01:58 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Oct 2024 03:13:16 +0000 (11:13 +0800)
Add support for the DH electronics i.MX6DL DHCOM SoM and a PDK2 evaluation
board. The evaluation board features three serial ports, USB OTG, USB host
with an USB hub, Fast or Gigabit ethernet, eMMC, uSD, SD, analog audio,
PCIe and HDMI video output.

All of the aforementioned features except for mSATA are supported, mSATA
is not available on i.MX6DL and is only available on DHCOM populated with
i.MX6Q SoC which is already supported upstream.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/Makefile
arch/arm/boot/dts/nxp/imx/imx6dl-dhcom-pdk2.dts [new file with mode: 0644]

index 8acd3a6d1e127e2c58af0910328dfad87fe174b2..c378d8bd05906b6f3ab6a577b3af887be2e2246f 100644 (file)
@@ -73,6 +73,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
        imx6dl-cubox-i-emmc-som-v15.dtb \
        imx6dl-cubox-i-som-v15.dtb \
        imx6dl-dfi-fs700-m60.dtb \
+       imx6dl-dhcom-pdk2.dtb \
        imx6dl-dhcom-picoitx.dtb \
        imx6dl-eckelmann-ci4x10.dtb \
        imx6dl-emcon-avari.dtb \
diff --git a/arch/arm/boot/dts/nxp/imx/imx6dl-dhcom-pdk2.dts b/arch/arm/boot/dts/nxp/imx/imx6dl-dhcom-pdk2.dts
new file mode 100644 (file)
index 0000000..3823592
--- /dev/null
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2024 Marek Vasut <marex@denx.de>
+ *
+ * DHCOM iMX6 variant:
+ * DHCM-iMX6DL-C080-R102-F0819-E-SD-RTC-T-HS-I-01D2
+ * DHCOM PCB number: 493-400 or newer
+ * PDK2 PCB number: 516-400 or newer
+ */
+/dts-v1/;
+
+#include "imx6dl.dtsi"
+#include "imx6qdl-dhcom-som.dtsi"
+#include "imx6qdl-dhcom-pdk2.dtsi"
+
+/ {
+       model = "DH electronics i.MX6DL DHCOM on Premium Developer Kit (2)";
+       compatible = "dh,imx6dl-dhcom-pdk2", "dh,imx6dl-dhcom-som",
+                    "fsl,imx6dl";
+};