1# TI SimpleLink CC3220SF SoC
2# SPDX-License-Identifier: Apache-2.0
3# Copyright (c) 2016-2017, Texas Instruments Incorporated
4
5if SOC_CC3220SF
6
7config NUM_IRQS
8	# must be >= the highest interrupt number used
9	# This includes the NWP interrupt
10	default 178
11
12config SYS_CLOCK_HW_CYCLES_PER_SEC
13	default 80000000
14
15config ROM_START_OFFSET
16	default 0x800 if XIP
17	default 0x0   if !XIP
18
19endif # SOC_CC3220SF
20