dts: set the riscv,isa
property for virt-based targets
This commit makes the devicetrees of the targets that are based on the QEMU `virt` machine more consistent with the rest of the RISC-V targets in Zephyr by: * adding the `riscv,isa` property * adding a compatible string which uniquely identifies the `virt` core Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
3b87a0b939
commit
00b2ef8744
9 changed files with 112 additions and 13 deletions
9
dts/bindings/cpu/qemu,riscv-virt.yaml
Normal file
9
dts/bindings/cpu/qemu,riscv-virt.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: QEMU RISC-V virt machine CPU node
|
||||
|
||||
compatible: "qemu,riscv-virt"
|
||||
|
||||
include: riscv,cpus.yaml
|
Loading…
Add table
Add a link
Reference in a new issue