Reuse existing MCUX-based shim driver for LPUART that is compatible with the hardware block in S32K344. DMA is not yet supported. Use the board's debug connector (P6 / LPUART2) as default console. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
20 lines
494 B
Text
20 lines
494 B
Text
# NXP S32K3 MCUs family
|
|
|
|
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_S32K3_M7
|
|
bool "S32K3 M7 Core Series"
|
|
select ARM
|
|
select CPU_CORTEX_M7
|
|
select SOC_FAMILY_S32
|
|
select CPU_HAS_FPU
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
|
|
select PLATFORM_SPECIFIC_INIT if XIP
|
|
select USE_DT_CODE_PARTITION if XIP
|
|
select CLOCK_CONTROL
|
|
select HAS_MCUX
|
|
select HAS_MCUX_LPUART
|
|
help
|
|
Enable support for NXP S32K3 MCUs family on Cortex-M7 cores
|