We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b502e commit 4e201f2Copy full SHA for 4e201f2
dts/bindings/cpu/wch,qingke-v2.yaml
@@ -5,4 +5,4 @@ description: WCH QingKe V2 RISC-V MCU
5
6
compatible: "wch,qingke-v2"
7
8
-include: cpu.yaml
+include: riscv,cpus.yaml
dts/riscv/wch/qingke-v2.dtsi
@@ -16,6 +16,7 @@
16
device_type = "cpu";
17
compatible = "wch,qingke-v2";
18
reg = <0>;
19
+ riscv,isa = "rv32ec_zicsr_zifencei";
20
};
21
22
0 commit comments