Commit 36e55e97 authored by Peter Jansweijer's avatar Peter Jansweijer

wr_cores SECBAR base address for generic board is 0x20000

parent 3cff6f83
Pipeline #1882 failed with stage
in 0 seconds
......@@ -11,14 +11,14 @@
*/
/* Fixed base addresses */
#define BASE_MINIC 0x40000
#define BASE_EP 0x40100
#define BASE_SOFTPLL 0x40200
#define BASE_PPS_GEN 0x40300
#define BASE_SYSCON 0x40400
#define BASE_UART 0x40500
#define BASE_ONEWIRE 0x40600
#define BASE_ETHERBONE_CFG 0x48000
#define BASE_MINIC 0x20000
#define BASE_EP 0x20100
#define BASE_SOFTPLL 0x20200
#define BASE_PPS_GEN 0x20300
#define BASE_SYSCON 0x20400
#define BASE_UART 0x20500
#define BASE_ONEWIRE 0x20600
#define BASE_ETHERBONE_CFG 0x28000
/* Board-specific parameters */
#define TICS_PER_SECOND 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment