This commit converts the SiFive HiFive Unmatched board (`hifive_unmatched` target) to the Zephyr Hardware Model v2. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
# Copyright (c) 2021 Katsuhiro Suzuki
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_HIFIVE_UNMATCHED
|
|
|
|
config SYS_CLOCK_TICKS_PER_SEC
|
|
default 1000
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 1000000
|
|
|
|
endif # BOARD_HIFIVE_UNMATCHED
|