Files
zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf
Jamie McCrae 66ce5c0b09 boards/soc: Add missing copyright headers
Adds missing copyright headers

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:13 +01:00

29 lines
484 B
Plaintext

# TI SimpleLink CC3220SF SoC
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2016-2017, Texas Instruments Incorporated
if SOC_CC3220SF
config NUM_IRQS
# must be >= the highest interrupt number used
# This includes the NWP interrupt
default 178
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 80000000
config ROM_START_OFFSET
default 0x800 if XIP
default 0x0 if !XIP
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # SOC_CC3220SF