hwmv2: move imx8mn EVK board to V2

Port EVK board for NXP imx8mn to hwm V2.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
Jiafei Pan
2024-02-22 11:25:54 +08:00
committed by Carles Cufi
parent 14f344eeab
commit 3b49014a0f
13 changed files with 33 additions and 33 deletions

View File

@@ -1,7 +0,0 @@
# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_MIMX8MN_EVK_A53
bool "NXP i.MX8M Nano EVK A53"
depends on SOC_SERIES_MIMX8M_A53
select SOC_PART_NUMBER_MIMX8MN6DVTJZ

View File

@@ -1,9 +0,0 @@
# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMX8MN_EVK_A53
config BOARD
default "mimx8mn_evk_a53"
endif # BOARD_MIMX8MN_EVK_A53

View File

@@ -0,0 +1,6 @@
# Copyright 2022,2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_IMX8MN_EVK
select SOC_MIMX8MN6_A53 if BOARD_IMX8MN_EVK_MIMX8MN6_A53 || BOARD_IMX8MN_EVK_MIMX8MN6_A53_SMP
select SOC_PART_NUMBER_MIMX8MN6DVTJZ if BOARD_IMX8MN_EVK_MIMX8MN6_A53 || BOARD_IMX8MN_EVK_MIMX8MN6_A53_SMP

View File

@@ -0,0 +1,8 @@
board:
name: imx8mn_evk
vendor: nxp
socs:
- name: mimx8mn6
variants:
- name: smp
cpucluster: a53

View File

@@ -97,7 +97,7 @@ for example, with the :zephyr:code-sample:`synchronization` sample:
.. zephyr-app-commands::
:zephyr-app: samples/synchronization
:host-os: unix
:board: mimx8mn_evk_a53
:board: imx8mn_evk/mimx8mn6/a53
:goals: run
This will build an image with the synchronization sample app, boot it and

View File

@@ -7,7 +7,7 @@
/dts-v1/;
#include <nxp/nxp_mimx8mn_a53.dtsi>
#include "mimx8mn_evk-pinctrl.dtsi"
#include "imx8mn_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX8MN A53";

View File

@@ -1,4 +1,10 @@
identifier: mimx8mn_evk_a53
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
identifier: imx8mn_evk/mimx8mn6/a53
name: NXP i.MX8M Nano EVK A53
type: mcu
arch: arm64
@@ -10,4 +16,4 @@ testing:
ignore_tags:
- net
- bluetooth
vendor: fsl
vendor: nxp

View File

@@ -11,11 +11,6 @@ CONFIG_CACHE_MANAGEMENT=y
CONFIG_DCACHE_LINE_SIZE_DETECT=y
CONFIG_ICACHE_LINE_SIZE_DETECT=y
# Platform Configuration
CONFIG_SOC_SERIES_MIMX8M_A53=y
CONFIG_SOC_MIMX8MN_A53=y
CONFIG_BOARD_MIMX8MN_EVK_A53=y
# Zephyr Kernel Configuration
CONFIG_XIP=n

View File

@@ -7,7 +7,7 @@
/dts-v1/;
#include <nxp/nxp_mimx8mn_a53.dtsi>
#include "mimx8mn_evk-pinctrl.dtsi"
#include "imx8mn_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX8MN A53";

View File

@@ -1,4 +1,10 @@
identifier: mimx8mn_evk_a53_smp
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
identifier: imx8mn_evk/mimx8mn6/a53/smp
name: NXP i.MX8M Nano EVK A53 with SMP kernel
type: mcu
arch: arm64
@@ -12,4 +18,4 @@ testing:
ignore_tags:
- net
- bluetooth
vendor: fsl
vendor: nxp

View File

@@ -11,11 +11,6 @@ CONFIG_CACHE_MANAGEMENT=y
CONFIG_DCACHE_LINE_SIZE_DETECT=y
CONFIG_ICACHE_LINE_SIZE_DETECT=y
# Platform Configuration
CONFIG_SOC_SERIES_MIMX8M_A53=y
CONFIG_SOC_MIMX8MN_A53=y
CONFIG_BOARD_MIMX8MN_EVK_A53=y
# Zephyr Kernel Configuration
CONFIG_XIP=n