1# Copyright (c) 2019 Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4config SYS_CLOCK_HW_CYCLES_PER_SEC 5 default 40000000 if SOC_V2M_MUSCA_B1 6 default 50000000 if SOC_V2M_MUSCA_S1 7 8config NUM_IRQS 9 default 96 if SOC_SERIES_MUSCA 10