ARM: imx: Add initial support for i.MXRT10xx family
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Tue, 11 Jan 2022 21:54:09 +0000 (16:54 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 28 Jan 2022 09:46:42 +0000 (17:46 +0800)
commited2e8e0ad593dc5235aa41fe61bfe0e8c3548ae4
treeadb2fd1117a2eec3480d3380bed82cd0dcc97c8d
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
ARM: imx: Add initial support for i.MXRT10xx family

The i.MXRT10xx family of processors features NXP's implementation of the
Arm Cortex-M7 core and in some case the Arm Cortex-M4 core too.

This patch aims to add an initial support for imxrt.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
[Jesse: removed SOC_IMXRT's 'depends on ARCH_MULTI_V7' and 'select
ARM_GIC if ARCH_MULTI_V7']
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/mach-imxrt.c [new file with mode: 0644]