1# Texas Instruments SimpleLink CC23X0 2 3# Copyright (c) 2024 Texas Instruments Incorporated 4# Copyright (c) 2024 BayLibre, SAS 5# 6# SPDX-License-Identifier: Apache-2.0 7 8if SOC_SERIES_CC23X0 9 10config SYS_CLOCK_HW_CYCLES_PER_SEC 11 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) 12 13config SYS_CLOCK_TICKS_PER_SEC 14 default 1000 15 16config NUM_IRQS 17 default 19 18 19endif 20