Skip to content

Commit 2112635

Browse files
committed
soc: nxp: imx943: add interrupt options
Add multi-level interrupts options for cortex-m33 core1 in NETC MIX Signed-off-by: Biwen Li <[email protected]>
1 parent 00439de commit 2112635

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m33

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,33 @@ config FLASH_BASE_ADDRESS
1414
config MCUX_CORE_SUFFIX
1515
default "_cm33_core1" if SOC_MIMX94398_M33
1616

17+
# multi-level interrupts
18+
config MULTI_LEVEL_INTERRUPTS
19+
default y
20+
21+
config 1ST_LEVEL_INTERRUPT_BITS
22+
default 9
23+
24+
config MAX_IRQ_PER_AGGREGATOR
25+
default 64
26+
27+
config 2ND_LEVEL_INTERRUPTS
28+
default y
29+
30+
config 2ND_LVL_ISR_TBL_OFFSET
31+
default 407
32+
33+
config NUM_2ND_LEVEL_AGGREGATORS
34+
default 6
35+
36+
config 2ND_LEVEL_INTERRUPT_BITS
37+
default 9
38+
39+
config 3RD_LEVEL_INTERRUPTS
40+
default n
41+
1742
config NUM_IRQS
18-
default 405
43+
default 790
1944

2045
config SYS_CLOCK_HW_CYCLES_PER_SEC
2146
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)

0 commit comments

Comments
 (0)