summaryrefslogtreecommitdiff
path: root/bsp/coreip-e20-arty
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/coreip-e20-arty')
-rw-r--r--bsp/coreip-e20-arty/design.dts2
-rw-r--r--bsp/coreip-e20-arty/metal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/bsp/coreip-e20-arty/design.dts b/bsp/coreip-e20-arty/design.dts
index b71170c..de47256 100644
--- a/bsp/coreip-e20-arty/design.dts
+++ b/bsp/coreip-e20-arty/design.dts
@@ -22,7 +22,7 @@
reg = <0x0>;
riscv,isa = "rv32imc";
status = "okay";
- timebase-frequency = <1000000>;
+ timebase-frequency = <32000000>;
hardware-exec-breakpoint-count = <4>;
L2: interrupt-controller {
#interrupt-cells = <1>;
diff --git a/bsp/coreip-e20-arty/metal.h b/bsp/coreip-e20-arty/metal.h
index 27baf68..93154a8 100644
--- a/bsp/coreip-e20-arty/metal.h
+++ b/bsp/coreip-e20-arty/metal.h
@@ -150,7 +150,7 @@ struct __metal_driver_fixed_clock __metal_dt_clock_0 = {
struct __metal_driver_cpu __metal_dt_cpu_0 = {
.vtable = &__metal_driver_vtable_cpu,
.cpu.vtable = &__metal_driver_vtable_cpu.cpu_vtable,
- .timebase = 1000000UL,
+ .timebase = 32000000UL,
.interrupt_controller = &__metal_dt_interrupt_controller.controller,
};