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