mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 19:05:55 +00:00
Nordic nRF5340 Network (CPU NET) SoC definition. Signed-off-by: Gaute Gamnes <gaute.gamnes@nordicsemi.no> Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
# Nordic Semiconductor nRF5340 Network MCU
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_NRF5340_CPUNET_QKAA
|
|
|
|
config SOC
|
|
default "nRF5340_CPUNET_QKAA"
|
|
|
|
config NUM_IRQS
|
|
default 30
|
|
|
|
endif # SOC_NRF5340_CPUNET_QKAA
|