# SiM3U series configuration options # Copyright (c) 2024 GARDENA GmbH # # SPDX-License-Identifier: Apache-2.0 if SOC_SERIES_SIM3U config SYS_CLOCK_HW_CYCLES_PER_SEC default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) config NUM_IRQS # must be >= the highest interrupt number used default 53 endif # SOC_SERIES_SIM3U