Skip to content

Commit 601b34c

Browse files
boards: nxp: imxrt700: Add i.MXRT700 HiFi1 board support
Add board support for the HiFi1 DSP core from NXP i.MXRT700. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 3b0091d commit 601b34c

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

boards/nxp/mimxrt700_evk/Kconfig.mimxrt700_evk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ 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
77
select SOC_MIMXRT798S_HIFI4 if BOARD_MIMXRT700_EVK_MIMXRT798S_HIFI4
8+
select SOC_MIMXRT798S_HIFI1 if BOARD_MIMXRT700_EVK_MIMXRT798S_HIFI1
89
select SOC_PART_NUMBER_MIMXRT798SGFOA
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_hifi1.dtsi>
10+
11+
/ {
12+
model = "NXP MIMXRT700-EVK HiFi1 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/hifi1
8+
name: NXP MIMXRT700-EVK HiFi1
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)