a3a4bf915b
This commit adds the `litex,vexriscv-standard` compatible string. This helps identify the core type from the final devicetree alone. The VexRiscv core version is defined in this repository: https://github.com/litex-hub/zephyr-on-litex-vexriscv. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
10 lines
231 B
YAML
10 lines
231 B
YAML
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: VexRiscv core with the standard configuration as used by LiteX
|
|
|
|
compatible: "litex,vexriscv-standard"
|
|
|
|
include: riscv,cpus.yaml
|