15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
|
# Nordic Semiconductor nRF54H20 Radio MCU
|
||
|
|
||
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_NRF54H20_CPURAD
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 471
|
||
|
|
||
|
config NRF_REGTOOL_GENERATE_UICR
|
||
|
default y
|
||
|
|
||
|
endif # SOC_NRF54H20_CPURAD
|