mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
panda: fix timer speed
Previously we had configured the timer for the Panda ES with 700 MHz CPU clock. But the Panda A6 that we use as reference now runs with 800 MHz. Fixes #2308
This commit is contained in:
parent
245cfd8571
commit
0bb752674f
@ -58,8 +58,8 @@ struct Genode::Board_base
|
||||
/* CPU */
|
||||
CORTEX_A9_PRIVATE_MEM_BASE = 0x48240000,
|
||||
CORTEX_A9_PRIVATE_MEM_SIZE = 0x00002000,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = 350000000,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 175,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = 400000000,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 200,
|
||||
CORTEX_A9_WUGEN_MMIO_BASE = 0x48281000,
|
||||
CORTEX_A9_SCU_MMIO_BASE = 0x48240000,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user