cpu: imx: Add i.MX 8M series SoCs

Add i.MX 8M Mini, Nano and Plus SoCs support.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
This commit is contained in:
Hou Zhiqiang
2024-08-02 15:16:51 -03:00
committed by Fabio Estevam
parent b7ed7418ed
commit 01d94d006a
+6
View File
@@ -31,6 +31,12 @@ struct cpu_imx_plat {
static const char *get_imx_type_str(u32 imxtype)
{
switch (imxtype) {
case MXC_CPU_IMX8MM:
return "8MM";
case MXC_CPU_IMX8MN:
return "8MN";
case MXC_CPU_IMX8MP:
return "8MP";
case MXC_CPU_IMX8QXP:
case MXC_CPU_IMX8QXP_A0:
return "8QXP";