This commit converts the SiFive HiFive1 board (`hifive1` target) to the Zephyr Hardware Model v2. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_HIFIVE1_FE310
|
|
|
|
config SYS_CLOCK_TICKS_PER_SEC
|
|
default 128
|
|
|
|
endif # BOARD_HIFIVE1_FE310
|