blob: 66047990ea409bb6ce2d3bc5e01b83ef6181a1c0 [file]
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2024-2025 Ambiq Micro Inc. <www.ambiq.com>
if BOARD_APOLLO4P_EVB
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32768 if AMBIQ_STIMER_TIMER
default 96000000 if CORTEX_M_SYSTICK
config LOG_BACKEND_SWO_FREQ_HZ
default 1000000
depends on LOG_BACKEND_SWO
endif # BOARD_APOLLO4P_EVB