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:
Fin Maaß 2024-05-27 10:58:01 +02:00 committed by Alberto Escolar
parent 3da35039ce
commit 49399ec48c

View file

@ -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";