dts: litex: add node label for cpu
This adds a node label for the cpu. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
3da35039ce
commit
49399ec48c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
cpu@0 {
|
||||
cpu0: cpu@0 {
|
||||
clock-frequency = <100000000>;
|
||||
compatible = "litex,vexriscv-standard", "riscv";
|
||||
device_type = "cpu";
|
||||
|
|
|
|||
Loading…
Reference in a new issue