Skip to content

Commit a010677

Browse files
boards: nxp: imxrt700: Add i.MXRT700 HiFi4 board support
Add board support for the HiFi4 DSP core from NXP i.MXRT700. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 9a5854f commit a010677

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Copyright 2024 NXP
1+
# Copyright 2024-2025 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_MIMXRT700_EVK
55
select SOC_MIMXRT798S_CM33_CPU0 if BOARD_MIMXRT700_EVK_MIMXRT798S_CM33_CPU0
66
select SOC_MIMXRT798S_CM33_CPU1 if BOARD_MIMXRT700_EVK_MIMXRT798S_CM33_CPU1
7+
select SOC_MIMXRT798S_HIFI4 if BOARD_MIMXRT700_EVK_MIMXRT798S_HIFI4
78
select SOC_PART_NUMBER_MIMXRT798SGFOA

boards/nxp/mimxrt700_evk/board.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ elseif(CONFIG_SOC_MIMXRT798S_CM33_CPU1)
1313
board_runner_args(jlink "--device=MIMXRT798S_M33_1")
1414
board_runner_args(linkserver "--device=MIMXRT798S:MIMXRT700-EVK")
1515
board_runner_args(linkserver "--core=cm33_core1")
16-
else()
17-
message(FATAL_ERROR "Requested core is not supported")
1816
endif()
1917

2018
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/dts-v1/;
8+
9+
#include <nxp/nxp_imxrt700_hifi4.dtsi>
10+
11+
/ {
12+
model = "NXP MIMXRT700-EVK HiFi4 DSP";
13+
compatible = "nxp,mimxrt798s";
14+
15+
chosen {
16+
zephyr,sram = &dtcm;
17+
};
18+
};
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Copyright 2024 NXP
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
identifier: mimxrt700_evk/mimxrt798s/hifi4
8+
name: NXP MIMXRT700-EVK HiFi4
9+
type: mcu
10+
arch: xtensa
11+
toolchain:
12+
- xcc
13+
- xt-clang
14+
- zephyr
15+
testing:
16+
only_tags:
17+
- kernel
18+
vendor: nxp

0 commit comments

Comments
 (0)