diff options
author | Fabio Estevam <festevam@denx.de> | 2022-05-05 13:19:05 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 14:54:09 +0200 |
commit | 9ac0ae97e34911177e3b59328055eccbd27cefca (patch) | |
tree | 29ba76401c3072e432183a773cea8e08c07abf1f /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx6qdl-udoo: Disable USB host to work around boot issues (diff) | |
download | linux-9ac0ae97e34911177e3b59328055eccbd27cefca.tar.xz linux-9ac0ae97e34911177e3b59328055eccbd27cefca.zip |
ARM: dts: imx7d-smegw01: Add support for i.MX7D SMEGW01 board
Add support for the i.MX7D SMEGW01 board.
This is a gateway board that supports the following peripherals:
- eMMC / SD card
- RTC
- USB modem
- Wifi via SDIO
- Dual Ethernet
- CAN
- Serial SRAM
Signed-off-by: Fabio Estevam <festevam@denx.de>
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 32e9bbf0d13c..0ad8339e07d8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -741,6 +741,7 @@ dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-sdb.dtb \ imx7d-sdb-reva.dtb \ imx7d-sdb-sht11.dtb \ + imx7d-smegw01.dtb \ imx7d-zii-rmu2.dtb \ imx7d-zii-rpu2.dtb \ imx7s-colibri-aster.dtb \ |