Line 59... |
Line 59... |
// WB Scope registers
|
// WB Scope registers
|
#define R_QSCOPE 0x00000120 // Quad SPI scope ctrl
|
#define R_QSCOPE 0x00000120 // Quad SPI scope ctrl
|
#define R_QSCOPED 0x00000121 // and data
|
#define R_QSCOPED 0x00000121 // and data
|
#define R_GPSCOPE 0x00000122 // GPS configuration scope control
|
#define R_GPSCOPE 0x00000122 // GPS configuration scope control
|
#define R_GPSCOPED 0x00000123 // and data, uses Mouse scope addrs
|
#define R_GPSCOPED 0x00000123 // and data, uses Mouse scope addrs
|
#define R_ENSCOPE 0x00000124 // Next generation UART-WISHBONE
|
#define R_RAMSCOPE 0x00000124 // DDR3 SDRAM Scope
|
#define R_ENSCOPED 0x00000125 // conversion scope
|
#define R_RAMSCOPED 0x00000125 //
|
#define R_RAMSCOPE 0x00000126 // DDR3 SDRAM Scope
|
#define R_NETSCOPE 0x00000126 // Ethernet debug scope
|
#define R_RAMSCOPED 0x00000127 //
|
#define R_NETSCOPED 0x00000127 //
|
// RTC Clock Registers
|
// RTC Clock Registers
|
#define R_CLOCK 0x00000128
|
#define R_CLOCK 0x00000128
|
#define R_TIMER 0x00000129
|
#define R_TIMER 0x00000129
|
#define R_STOPWATCH 0x0000012a
|
#define R_STOPWATCH 0x0000012a
|
#define R_CKALARM 0x0000012b
|
#define R_CKALARM 0x0000012b
|
Line 162... |
Line 162... |
// Flash memory space
|
// Flash memory space
|
#define EQSPIFLASH 0x00400000
|
#define EQSPIFLASH 0x00400000
|
#define FLASHWORDS (1<<22)
|
#define FLASHWORDS (1<<22)
|
// DDR3 SDRAM memory space
|
// DDR3 SDRAM memory space
|
#define RAMBASE 0x04000000
|
#define RAMBASE 0x04000000
|
|
#define SDRAMBASE RAMBASE
|
#define RAMWORDS (1<<26)
|
#define RAMWORDS (1<<26)
|
// Zip CPU Control and Debug registers
|
// Zip CPU Control and Debug registers
|
#define R_ZIPCTRL 0x01000000
|
#define R_ZIPCTRL 0x01000000
|
#define R_ZIPDATA 0x01000001
|
#define R_ZIPDATA 0x01000001
|
|
|