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
|
@ -2,7 +2,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <virt.dtsi>
|
||||
#include <qemu/virt-riscv32.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <virt.dtsi>
|
||||
#include <qemu/virt-riscv32.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <virt.dtsi>
|
||||
#include <qemu/virt-riscv32.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <virt.dtsi>
|
||||
#include <qemu/virt-riscv64.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <virt.dtsi>
|
||||
#include <qemu/virt-riscv64.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue