forked from Imagelibrary/seL4
polarfire: fix address for timer in dts
Signed-off-by: Alex Pavey <Alex.Pavey@dornerworks.com>
This commit is contained in:
committed by
Gerwin Klein
parent
48ee2f07c7
commit
e2ae959ceb
@@ -466,7 +466,7 @@
|
||||
timer0: timer@20125000 {
|
||||
compatible = "timer";
|
||||
status = "okay";
|
||||
reg = <0x0 20125000 0x0 0x1000>;
|
||||
reg = <0x0 0x20125000 0x0 0x1000>;
|
||||
interrupt-parent = <&L1>;
|
||||
interrupts = <82 83>;
|
||||
timer-width = < 0x20 >;
|
||||
|
||||
Reference in New Issue
Block a user