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:
parent
95d32549e7
commit
137d1d78b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue