Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
323 B

# ARM LTD Beetle SoC configuration options
# Copyright (c) 2016 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_BEETLE
config NUM_IRQS
default 45
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 24000000
config CLOCK_CONTROL_INIT_PRIORITY
default 1
depends on CLOCK_CONTROL
endif # SOC_SERIES_BEETLE