committed by
Norman Feske
parent
fb4833f972
commit
a564b342c4
@@ -23,10 +23,11 @@ namespace Zynq_zc702 {
|
||||
enum {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
CPU_1X_CLOCK = 111111100,
|
||||
CPU_3X2X_CLOCK = 3*CPU_1X_CLOCK,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
|
||||
CORTEX_A9_CLOCK = CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CORTEX_A9_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CPU_3X2X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
|
||||
SDHCI_BASE = MMIO_0_BASE + 0x100000,
|
||||
|
||||
Reference in New Issue
Block a user