;Register definition for STR710
;==============================
;
; name: user defined name of the register
; type: the type of the register
;	GPR	general purpose register
;	MM	memory mapped register
;	DMMx	direct memory mapped register with offset
;		x = 1..4
;		the base is defined in the configuration file
;		e.g. DMM1 0x02200000
; addr:	the number, adddress or offset of the register
; size	the size of the register (8,16 or 32)
;
;name		type	addr		size
;-------------------------------------------
;
sp		GPR	13
lr		GPR	14
pc		GPR	15
r0		GPR     0
r1		GPR     1
r2		GPR     2
r3		GPR     3
r4		GPR     4
r5		GPR     5
r6		GPR     6
r7		GPR     7
r8		GPR     8
r9		GPR     9
r10		GPR     10
r11		GPR     11
r12		GPR     12
;
;
; External Bus Interface Registers
;
bcon0		MM	0x6c000000	16
bcon1		MM	0x6c000004	16
bcon2		MM	0x6c000008	16
bcon3		MM	0x6c00000C	16

; On-chip flash memory registers
;
fcr0 		MM	0x40100000	32
fcr1 		MM	0x40100004	32
fdr0 		MM	0x40100008	32
fdr1 		MM	0x4010000C	32
far  		MM	0x40100010	32
fer  		MM	0x40100014	32
fnvwpar 	MM	0x4010DFB0	32
fnvapr0 	MM	0x4010DFB8	32
fnvapr1 	MM	0x4010DFBC	32

