blob: ac26dbe66f7489023204f6bb2941b318c6222e52 [file] [log] [blame]
# 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