From 3c0d42752e9aa0cee0c6f33f237cf0409de529a7 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 2 Jun 2020 14:07:02 +0200 Subject: arm: imx: add initial imx8mp support This adds base support for the i.MX8MP SoC. Not much to do here as this SoC is quite similar to the i.MX8M. This adds: - Kconfig symbols - bootsource detection - register base address defines - iomux defines Signed-off-by: Oleksij Rempel --- common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index ac282d8955..b800914ada 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1188,6 +1188,13 @@ config DEBUG_IMX7D_UART Say Y here if you want barebox low-level debugging support on i.MX7D. +config DEBUG_IMX8MP_UART + bool "i.MX8MP Debug UART" + depends on ARCH_IMX8MP + help + Say Y here if you want barebox low-level debugging support + on i.MX8MP. + config DEBUG_IMX8MQ_UART bool "i.MX8MQ Debug UART" depends on ARCH_IMX8MQ @@ -1285,6 +1292,7 @@ config DEBUG_IMX_UART_PORT DEBUG_IMX6Q_UART || \ DEBUG_IMX6SL_UART || \ DEBUG_IMX7D_UART || \ + DEBUG_IMX8MP_UART || \ DEBUG_IMX8MQ_UART || \ DEBUG_VF610_UART default 1 -- cgit v1.2.3