19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
# 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
|