blob: 15e98314c8937b2f00f3ac14dc9cfdb9030afc73 [file] [log] [blame]
# Copyright (C) 2023, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NIOSV
config SOC_SERIES
default "niosv"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
config NUM_IRQS # Platform interrupts IRQs index start from index 16
default 32
config RISCV_GP
default y
config RISCV_SOC_INTERRUPT_INIT
default y
endif # SOC_NIOSV