blob: e627daf0f397a17f6671fdfa33f4e30e181bb2f1 [file] [log] [blame]
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Description:
# Adding support for Cyclone V SoC FPGA
if SOC_CYCLONE5
config SOC
default "intel_socfpga_std_cyclonev"
config NUM_IRQS
int
default 211
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 231250000
endif