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:
Jianxiong Gu 2025-01-08 20:08:19 +08:00 committed by Benjamin Cabé
parent 74b502e914
commit 4e201f21c8
2 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,4 @@ description: WCH QingKe V2 RISC-V MCU
compatible: "wch,qingke-v2"
include: cpu.yaml
include: riscv,cpus.yaml

View file

@ -16,6 +16,7 @@
device_type = "cpu";
compatible = "wch,qingke-v2";
reg = <0>;
riscv,isa = "rv32ec_zicsr_zifencei";
};
};