URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [pmc901_memmap.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
/* * pmc901_memmap.h,v 1.2 1999/10/27 16:27:34 joel Exp */ /* Memory map for the pmc901 ; works for most RAMiX PMC/CPCI modules as well */ #define UART_REG 0xc0000100 #define LED_REG 0xc0000200 #define DRAM_BASE 0xa0000000 #define DRAM_SIZE 0x00400000 #define DRAM_SIZE_MASK 0xffc00000 #define FLASH_BASE 0xfe000000
Go to most recent revision | Compare with Previous | Blame | View Log