1# Copyright (c) 2022-2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_CYCLONEV
5
6config NUM_IRQS
7	default 211
8
9config SYS_CLOCK_HW_CYCLES_PER_SEC
10	default 231250000
11
12endif
13