dts: riscv: include riscv,cpus.yaml in qingke-v2
This commit updates the qingke-v2 binding to include `riscv,cpus.yaml` instead of `cpu.yaml`. Signed-off-by: Jianxiong Gu <jianxiong.gu@outlook.com>
This commit is contained in:
parent
74b502e914
commit
4e201f21c8
2 changed files with 2 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ description: WCH QingKe V2 RISC-V MCU
|
|||
|
||||
compatible: "wch,qingke-v2"
|
||||
|
||||
include: cpu.yaml
|
||||
include: riscv,cpus.yaml
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
device_type = "cpu";
|
||||
compatible = "wch,qingke-v2";
|
||||
reg = <0>;
|
||||
riscv,isa = "rv32ec_zicsr_zifencei";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue