Browse Source
Port iMX8MM M4 core of iMX8MM SOC to HVMv2. The A53 core has already been ported, so this port adds to that SOC definition. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>collab-hwm
12 changed files with 35 additions and 74 deletions
@ -1,20 +0,0 @@ |
|||||||
# MIMX8MM6 SoC defconfig |
|
||||||
|
|
||||||
# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if SOC_MIMX8MM6 |
|
||||||
|
|
||||||
config SOC |
|
||||||
string |
|
||||||
default "mimx8mm6" |
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC |
|
||||||
int |
|
||||||
default 400000000 |
|
||||||
|
|
||||||
config IPM_IMX |
|
||||||
default y |
|
||||||
depends on IPM |
|
||||||
|
|
||||||
endif # SOC_MIMX8MM6 |
|
@ -1,14 +0,0 @@ |
|||||||
# i.MX8MM M4 core series |
|
||||||
|
|
||||||
# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config SOC_SERIES_IMX8MM_M4 |
|
||||||
bool "i.MX8MM M4 Core Series" |
|
||||||
select ARM |
|
||||||
select CPU_CORTEX_M4 |
|
||||||
select SOC_FAMILY_IMX |
|
||||||
select CPU_HAS_FPU |
|
||||||
select CPU_HAS_ARM_MPU |
|
||||||
help |
|
||||||
Enable support for i.MX8MM M4 MCU series |
|
@ -1,33 +0,0 @@ |
|||||||
# i.MX8MM M4 SoC series |
|
||||||
|
|
||||||
# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
choice |
|
||||||
prompt "i.MX8MM M4 Selection" |
|
||||||
depends on SOC_SERIES_IMX8MM_M4 |
|
||||||
|
|
||||||
config SOC_MIMX8MM6 |
|
||||||
bool "SOC_MIMX8MM6" |
|
||||||
select HAS_MCUX |
|
||||||
select HAS_MCUX_CCM |
|
||||||
select HAS_MCUX_RDC |
|
||||||
select HAS_MCUX_IGPIO |
|
||||||
select HAS_MCUX_IOMUXC |
|
||||||
|
|
||||||
endchoice |
|
||||||
|
|
||||||
if SOC_SERIES_IMX8MM_M4 |
|
||||||
|
|
||||||
config SOC_PART_NUMBER_MIMX8MM6DVTLZ |
|
||||||
bool |
|
||||||
|
|
||||||
config SOC_PART_NUMBER_IMX8MM_M4 |
|
||||||
string |
|
||||||
default "MIMX8MM6DVTLZ" if SOC_PART_NUMBER_MIMX8MM6DVTLZ |
|
||||||
help |
|
||||||
This string holds the full part number of the SoC. It is a hidden option |
|
||||||
that you should not set directly. The part number selection choice defines |
|
||||||
the default value for this string. |
|
||||||
|
|
||||||
endif # SOC_SERIES_IMX8MM_M4 |
|
Loading…
Reference in new issue