diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2021-12-10 14:23:19 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-16 04:02:04 +0100 |
commit | eb197dfe389a35566c8e27c537355aaed04fed67 (patch) | |
tree | 4cc338fcf835722bd785952702954f43170d45b6 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx6qdl-dhcom: Identify the PHY by ethernet-phy-id0007.c0f0 (diff) | |
download | linux-eb197dfe389a35566c8e27c537355aaed04fed67.tar.xz linux-eb197dfe389a35566c8e27c537355aaed04fed67.zip |
ARM: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster
Add DTS of BSH SMM-M2 SystemMaster.
This version comes with:
- 128 MiB DDR3 RAM
- 256 MiB Nand
- wifi
- bluetooth
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 51a6dd687191..ab965ad2d6a9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -701,7 +701,8 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ull-phytec-segin-ff-rdk-nand.dtb \ imx6ull-phytec-segin-ff-rdk-emmc.dtb \ imx6ull-phytec-segin-lc-rdk-nand.dtb \ - imx6ulz-14x14-evk.dtb + imx6ulz-14x14-evk.dtb \ + imx6ulz-bsh-smm-m2.dtb dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-cl-som-imx7.dtb \ imx7d-colibri-aster.dtb \ |