Skip to content

Commit

Permalink
Merge pull request #314 from VisorFolks/bugfix/akashkollipara/313-sif…
Browse files Browse the repository at this point in the history
…ive-qemu-update

<QEMU-SiFive-E> Updated RTC Clock
  • Loading branch information
akashkollipara authored Jul 14, 2024
2 parents c876b48 + 68a7b72 commit 899d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/sifive/qemu-sifive-e/resources/dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ create_module(prci0, prci, 0x10008000, 0x1000, 0, 0);

create_module(aon0, (aon | 0), 0x10000000, 0x1000, 0, 0);

create_module(timer_core0, (timer | 0), 0, 0, 1e7, 0,
create_module(timer_core0, (timer | 0), 0, 0, 32768, 0,
add_irq(0, int_local, 7, int_level));

create_gpio_module(port0, (gpio | PORTA), 0x10012000, 0x4c);
Expand Down

0 comments on commit 899d144

Please sign in to comment.