soc: andestech: add the definitions for cache driver
Add some definitions for cache driver. Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
parent
bb2e53656f
commit
d1e2c8bea5
1 changed files with 10 additions and 1 deletions
|
@ -10,10 +10,19 @@
|
|||
/* Control and Status Registers (CSRs) available for Andes V5 SoCs */
|
||||
#define NDS_MMISC_CTL 0x7D0
|
||||
#define NDS_MCACHE_CTL 0x7CA
|
||||
#define NDS_MMSC_CFG 0xFC2
|
||||
#define NDS_MXSTATUS 0x7C4
|
||||
#define NDS_MCCTLBEGINADDR 0x7CB
|
||||
#define NDS_MCCTLCOMMAND 0x7CC
|
||||
#define NDS_MCCTLDATA 0x7CD
|
||||
#define NDS_UITB 0x800
|
||||
#define NDS_UCODE 0x801
|
||||
#define NDS_UCCTLBEGINADDR 0x80B
|
||||
#define NDS_UCCTLCOMMAND 0x80C
|
||||
#define NDS_MICM_CFG 0xFC0
|
||||
#define NDS_MDCM_CFG 0xFC1
|
||||
#define NDS_MMSC_CFG 0xFC2
|
||||
#define NDS_MMSC_CFG2 0xFC3
|
||||
#define NDS_MRVARCH_CFG 0xFCA
|
||||
|
||||
/* Control and Status Registers (CSRs) available for Andes V5 PMA */
|
||||
#define NDS_PMACFG0 0xBC0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue