1# TI SimpleLink MSP432P401R SoC
2# Copyright (c) 2017, Linaro Ltd
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_MSP432P401R
6
7config SYS_CLOCK_HW_CYCLES_PER_SEC
8	default 48000000
9
10config NUM_IRQS
11	default 64
12
13endif # SOC_MSP432P401R
14