1# TI SimpleLink CC3235SF SoC 2# Copyright (c) 2019, Texas Instruments Incorporated 3# SPDX-License-Identifier: Apache-2.0 4 5if SOC_CC3235SF 6 7config NUM_IRQS 8 # must be >= the highest interrupt number used 9 # This includes the NWP interrupt 10 default 179 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_CC3235SF 20