dts: riscv: Fix a label in litex-vexriscv DTS

This commit fixes a wrong "serial@e0002800" label
in riscv32-litex-vexriscv.dtsi.

Signed-off-by: Pawel Sagan <psagan@internships.antmicro.com>
Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
This commit is contained in:
Pawel Sagan 2020-07-07 16:39:33 +02:00 committed by Kumar Gala
parent 95d32549e7
commit 137d1d78b1

View file

@ -61,7 +61,7 @@
#address-cells = <1>;
#size-cells = <0>;
};
timer0: serial@e0002800 {
timer0: timer@e0002800 {
compatible = "litex,timer0";
interrupt-parent = <&intc0>;
interrupts = <1 0>;