1# Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_GD32F407
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 91
11
12endif # SOC_GD32F407
13