committed by
Norman Feske
parent
fb4833f972
commit
a564b342c4
@@ -24,10 +24,11 @@ namespace Zynq_parallella {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
PS_CLOCK = 33333333,
|
||||
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 + 0x101000,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -23,10 +23,11 @@ namespace Zynq_zc706 {
|
||||
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,
|
||||
|
||||
@@ -33,8 +33,8 @@ namespace Zynq_zedboard {
|
||||
|
||||
UART_1_MMIO_BASE = MMIO_0_BASE + UART_SIZE,
|
||||
|
||||
CORTEX_A9_CLOCK = CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CORTEX_A9_CLOCK,
|
||||
CORTEX_A9_CLOCK = CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CPU_3X2X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
|
||||
RAM_0_SIZE = 0x20000000, /* 512MB */
|
||||
|
||||
Reference in New Issue
Block a user