Skip to content

Commit f5728c2

Browse files
jxsteltercarlescufi
authored andcommitted
intel_adsp: ace20_lnl: add initial ace 2.0 (LNL) board definition
This commit adds definition of ACE 2.0 Lunar Lake board.board. Signed-off-by: Krzysztof Frydryk <Krzysztofx.Frydryk@intel.com> Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 180f1ff commit f5728c2

File tree

8 files changed

+436
-0
lines changed

8 files changed

+436
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Xtensa board configuration
2+
3+
# Copyright (c) 2022 Intel Corporation
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
config BOARD_INTEL_ADSP_ACE20_LNL
7+
bool "Intel ADSP ACE 2.0 Lunar Lake PCH"
8+
depends on SOC_SERIES_INTEL_ACE
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright (c) 2022 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
if BOARD_INTEL_ADSP_ACE20_LNL
6+
7+
config BOARD
8+
default "intel_adsp_ace20_lnl"
9+
10+
endif # BOARD_INTEL_ADSP_ACE20_LNL
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
set(SUPPORTED_EMU_PLATFORMS acesim)
4+
5+
board_set_rimage_target(lnl)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2022 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/dts-v1/;
8+
9+
#include <intel/intel_adsp_ace20_lnl.dtsi>
10+
11+
/ {
12+
model = "intel_adsp_ace20_lnl";
13+
compatible = "intel";
14+
15+
chosen {
16+
zephyr,sram = &sram0;
17+
};
18+
};
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
identifier: intel_adsp_ace20_lnl
2+
name: ACE 2.0 LNL Audio DSP
3+
type: mcu
4+
arch: xtensa
5+
toolchain:
6+
- xcc
7+
- xt-clang
8+
supported:
9+
- dma
10+
testing:
11+
ignore_tags:
12+
- net
13+
- bluetooth
14+
- mcumgr
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_MAIN_STACK_SIZE=2048
4+
5+
CONFIG_SOC_SERIES_INTEL_ACE=y
6+
CONFIG_SOC_INTEL_ACE20_LNL=y
7+
CONFIG_BOARD_INTEL_ADSP_ACE20_LNL=y
8+
9+
CONFIG_GEN_ISR_TABLES=y
10+
CONFIG_GEN_IRQ_VECTOR_TABLE=n
11+
12+
CONFIG_BUILD_OUTPUT_BIN=n
13+
CONFIG_MM_DRV=y
14+
CONFIG_MM_DRV_INTEL_ADSP_MTL_TLB=y

dts/bindings/dma/intel,adsp-hda.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ properties:
2323

2424
"dma-copy-alignment":
2525
required: true
26+
27+
dma-cells:
28+
- channel

0 commit comments

Comments
 (0)