Move soc/gd_gd32 to soc/gd/gd32. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
# Copyright (c) 2022 Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_GD32E507
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
|
|
|
|
config NUM_IRQS
|
|
default 88
|
|
|
|
endif # SOC_GD32E507
|