source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h @ 8ac4213

4.104.114.84.95
Last change on this file since 8ac4213 was 702c5f5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 15:29:18

The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@…> of RAMIX.

  • Property mode set to 100644
File size: 259 bytes
Line 
1/* Memory map for the pmc901 ; works for most RAMiX PMC/CPCI modules as well */
2
3#define UART_REG 0xc0000100
4#define LED_REG  0xc0000200
5#define DRAM_BASE 0xa0000000
6#define DRAM_SIZE 0x00400000
7#define DRAM_SIZE_MASK 0xffc00000
8#define FLASH_BASE 0xfe000000
Note: See TracBrowser for help on using the repository browser.