1# Copyright (c) 2021 Rajnesh Kanwal <rajnesh.kanwal49@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_STARFIVE_JH71XX 5 6config SYS_CLOCK_HW_CYCLES_PER_SEC 7 default 6250000 8 9config RISCV_SOC_INTERRUPT_INIT 10 default y 11 12config 2ND_LVL_ISR_TBL_OFFSET 13 default 12 14 15config 2ND_LVL_INTR_00_OFFSET 16 default 11 17 18config NUM_IRQS 19 default 139 20 21endif 22