1# Analog Devices MAX32680 MCU 2 3# Copyright (c) 2024 Analog Devices, Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_MAX32680 7 8config SYS_CLOCK_HW_CYCLES_PER_SEC 9 default $(dt_node_int_prop_int,/clocks/clk_ipo,clock-frequency) 10 11config NUM_IRQS 12 default 104 13 14endif # SOC_MAX32680 15