This commit converts the SiFive HiFive1 board (`hifive1` target) to the Zephyr Hardware Model v2. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_SIFIVE_PORT_0=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_BUILD_OUTPUT_HEX=y
|