e08a77c8fe
This commit adds the `efinix,vexriscv-sapphire` compatible string. This helps identify the core type from the final devicetree alone. The VexRiscv core configuration is specific to the Efinix Sapphire SoC. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
10 lines
241 B
YAML
10 lines
241 B
YAML
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: VexRiscv core with the configuration as used in the Efinix Sapphire SoC
|
|
|
|
compatible: "efinix,vexriscv-sapphire"
|
|
|
|
include: riscv,cpus.yaml
|