Skip to content
Snippets Groups Projects
Commit 4b88c289 authored by patacongo's avatar patacongo
Browse files

Move some memory map definitions to a common file

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1441 42af7a65-404d-4744-a932-0658087f49c3
parent 721696a0
No related branches found
No related tags found
No related merge requests found
......@@ -44,14 +44,16 @@
* Definitions
****************************************************************************/
/* Memory map */
#define EZ80_ONCHIPFLASH 0x000000 /* CS0: 256Kb of on-chip flash */
/* Memory map. Board-specific extensions to the basic ez80f91 memory map
* (see arch/z80/src/ez80/ez80f91.h
*/
/* CS0: 0x000000 256Kb of on-chip flash */
#define EZ80_OFFCHIPFLASH 0x400000 /* CS0: Off chip flash (Up to 4Mb-256Kb) */
#define EZ80_LEDGPIOCNTRL 0x800000 /* CS2: (See below) */
#define EZ80_PLTFMSRAM 0xb80000 /* CS2: Platform SRAM (512Kb) */
#define EZ80_MODULESRAM 0xc00000 /* CS1: Module SRAM (up to 2Mb) */
#define EZ80_ONCHIPSRAM 0xffe000 /* On-chip SRAM (8Kb) */
/* 0xffc000 On-chip EMAC SRAM (8Kb) */
/* 0xffe000 On-chip SRAM (8Kb) */
/* LED and port emulation memory register addresses */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment