1# SiM3U series configuration options 2 3# Copyright (c) 2024 GARDENA GmbH 4# 5# SPDX-License-Identifier: Apache-2.0 6 7if SOC_SERIES_SIM3U 8 9config SYS_CLOCK_HW_CYCLES_PER_SEC 10 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) 11 12config NUM_IRQS 13 # must be >= the highest interrupt number used 14 default 53 15 16endif # SOC_SERIES_SIM3U 17