diff options
| author | Ying-Chun Liu (PaulLiu) <[email protected]> | 2021-04-22 04:50:31 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-05-02 12:46:54 +0200 |
| commit | 53b516c58de72e3890ac7364f87dd690aa8dbe41 (patch) | |
| tree | d9cb898dc7bd592951ac5449794d3e42a7b5ea62 /arch | |
| parent | 8350211af41d15c80e6cc61191acf00503819e57 (diff) | |
arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)
Add initial support for Compulab iot-gate-imx8 board (imx8mm-cl-iot-gate).
The initial support includes:
- MMC
- eMMC
- I2C
- FEC
- Serial console
Signed-off-by: Kirill Kapranov <[email protected]>
Signed-off-by: Uri Mashiach <[email protected]>
Signed-off-by: Valentin Raevsky <[email protected]>
Signed-off-by: Ying-Chun Liu (PaulLiu) <[email protected]>
Cc: Peter Robinson <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 171f36ed426..c67de67b496 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -124,6 +124,13 @@ config TARGET_PHYCORE_IMX8MP select IMX8MP select SUPPORT_SPL select IMX8M_LPDDR4 + +config TARGET_IMX8MM_CL_IOT_GATE + bool "CompuLab iot-gate-imx8" + select BINMAN + select IMX8MM + select SUPPORT_SPL + select IMX8M_LPDDR4 endchoice source "board/engicam/imx8mm/Kconfig" @@ -139,5 +146,6 @@ source "board/beacon/imx8mm/Kconfig" source "board/beacon/imx8mn/Kconfig" source "board/phytec/phycore_imx8mm/Kconfig" source "board/phytec/phycore_imx8mp/Kconfig" +source "board/compulab/imx8mm-cl-iot-gate/Kconfig" endif |
