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