20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
# Copyright (C) 2023-2024, Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_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_SERIES_NIOSV
|