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>
8 lines
135 B
Plaintext
8 lines
135 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_XIP=n
|