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 <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2024-10-17 02:10:23 +03:00 committed by Carles Cufí
commit 8e6dc9b5be
3 changed files with 37 additions and 0 deletions

View file

@ -5,4 +5,5 @@ config BOARD_MIMXRT700_EVK
select SOC_MIMXRT798S_CM33_CPU0 if BOARD_MIMXRT700_EVK_MIMXRT798S_CM33_CPU0
select SOC_MIMXRT798S_CM33_CPU1 if BOARD_MIMXRT700_EVK_MIMXRT798S_CM33_CPU1
select SOC_MIMXRT798S_HIFI4 if BOARD_MIMXRT700_EVK_MIMXRT798S_HIFI4
select SOC_MIMXRT798S_HIFI1 if BOARD_MIMXRT700_EVK_MIMXRT798S_HIFI1
select SOC_PART_NUMBER_MIMXRT798SGFOA

View file

@ -0,0 +1,18 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_imxrt700_hifi1.dtsi>
/ {
model = "NXP MIMXRT700-EVK HiFi1 DSP";
compatible = "nxp,mimxrt798s";
chosen {
zephyr,sram = &dtcm;
};
};

View file

@ -0,0 +1,18 @@
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
identifier: mimxrt700_evk/mimxrt798s/hifi1
name: NXP MIMXRT700-EVK HiFi1
type: mcu
arch: xtensa
toolchain:
- xcc
- xt-clang
- zephyr
testing:
only_tags:
- kernel
vendor: nxp