OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [orpmon/] [include/] [board.h] - Diff between revs 834 and 855

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 834 Rev 855
Line 19... Line 19...
#define FLASH_BLOCK_SIZE 0x20000
#define FLASH_BLOCK_SIZE 0x20000
#define FLASH_TMS_VAL   0x00102102
#define FLASH_TMS_VAL   0x00102102
#define SDRAM_BASE_ADDR 0x00000000
#define SDRAM_BASE_ADDR 0x00000000
#define SDRAM_TMS_VAL   0x07248230
#define SDRAM_TMS_VAL   0x07248230
 
 
 
 
 
 
#ifdef XESS
#ifdef XESS
#define IN_CLK                10000000
#define IN_CLK                10000000
#else
#else
#define IN_CLK                25000000
#define IN_CLK                25000000
#endif
#endif
Line 38... Line 36...
#else
#else
#define UART_BAUD_RATE  9600 /* 115200 */
#define UART_BAUD_RATE  9600 /* 115200 */
#endif
#endif
 
 
#define UART_BASE           0x90000000
#define UART_BASE           0x90000000
 
#define UART_IRQ        19
#ifdef XESS
#ifdef XESS
#define ETH_BASE        0x92000000
#define ETH_BASE        0x92000000
#else
#else
#define ETH_BASE        0xD0000000
#define ETH_BASE        0xD0000000
#endif
#endif
 
#define ETH_IRQ         15
#define MC_BASE_ADDR     0x60000000
#define MC_BASE_ADDR     0x60000000
 
 
#define ETH0_INT        _int_main       /* was:    0x00080000 */  /* Not correct */
 
 
 
#ifdef XESS
#ifdef XESS
 #define ETH_DATA_BASE   0x00100000 /*  Address for ETH_DATA */
 #define ETH_DATA_BASE   0x00100000 /*  Address for ETH_DATA */
#else
#else
 #define ETH_DATA_BASE   0xa8000000 /*  Address for ETH_DATA */
 #define ETH_DATA_BASE   0xa8000000 /*  Address for ETH_DATA */
#endif
#endif
Line 74... Line 72...
#define HELP_ENABLED    1
#define HELP_ENABLED    1
 
 
/* Whether self check is enabled */
/* Whether self check is enabled */
#define SELF_CHECK    1
#define SELF_CHECK    1
 
 
 
/* Whether we have keyboard suppport */
 
#define KBD_ENABLED    1
 
 
 
/* Keyboard base address */
 
#define KBD_BASE_ADD   0x98000000
 
 
 
#define KBD_IRQ        12
 
 
 
/* Keyboard buffer size */
 
#define KBDBUF_SIZE    256
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.