diff options
author | Christoph Niedermaier <cniedermaier@dh-electronics.com> | 2023-04-07 12:49:43 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-13 05:02:41 +0200 |
commit | 145e2732a5e979f37a8dcb88b1ed6d3123213dea (patch) | |
tree | 7a6f91c5a395d566b71cb1a925385b4fa03e7ec5 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx6ull-dhcor: Remove mmc aliases from DHCOR SoM (diff) | |
download | linux-145e2732a5e979f37a8dcb88b1ed6d3123213dea.tar.xz linux-145e2732a5e979f37a8dcb88b1ed6d3123213dea.zip |
ARM: dts: imx6ull-dhcor: Add Marantec maveo box
Add support for Marantec maveo box. The system is used to get a
smart conntection to a door drive. It has USB, WiFi, Bluetooth,
Zigbee and NFC interfaces. The core of this system is a soldered
i.MX6ULL DHCOR SoM from DH electronics.
Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 59829fc90315..d6874f790042 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -751,6 +751,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ull-dhcom-drc02.dtb \ imx6ull-dhcom-pdk2.dtb \ imx6ull-dhcom-picoitx.dtb \ + imx6ull-dhcor-maveo-box.dtb \ imx6ull-jozacp.dtb \ imx6ull-kontron-bl.dtb \ imx6ull-myir-mys-6ulx-eval.dtb \ |