1# Copyright (c) 2021 BrainCo Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_GD32F405
5
6config SYS_CLOCK_HW_CYCLES_PER_SEC
7 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
8
9config NUM_IRQS
10 default 82
11
12endif # SOC_GD32F405
13