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 f2906aa commit ef09fa6Copy full SHA for ef09fa6
arch/riscv/boot/dts/starfive/jh7100.dtsi
@@ -17,7 +17,7 @@
17
#address-cells = <1>;
18
#size-cells = <0>;
19
20
- cpu@0 {
+ U74_0: cpu@0 {
21
compatible = "sifive,u74-mc", "riscv";
22
reg = <0>;
23
d-cache-block-size = <64>;
@@ -42,7 +42,7 @@
42
};
43
44
45
- cpu@1 {
+ U74_1: cpu@1 {
46
47
reg = <1>;
48
@@ -66,6 +66,18 @@
66
#interrupt-cells = <1>;
67
68
69
+
70
+ cpu-map {
71
+ cluster0 {
72
+ core0 {
73
+ cpu = <&U74_0>;
74
+ };
75
76
+ core1 {
77
+ cpu = <&U74_1>;
78
79
80
81
82
83
osc_sys: osc_sys {
0 commit comments