1# Copyright (c) 2021, ATL Electronics
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_GD32F403
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 68
11
12endif # SOC_GD32F403
13