diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-07-24 15:58:41 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-24 15:58:41 +0800 |
commit | 315a8e34f7c12609947f9b435faae451aaa5dd41 (patch) | |
tree | b2fae7b2a6b1753c84834d24bcabb955f58a58c0 /include/asm-blackfin/mach-bf561/defBF561.h | |
parent | f695baf2df9e0413d3521661070103711545207a (diff) |
Blackfin arch: setup aliases for some core Core A MMRs
setup aliases for some core Core A MMRs to ease porting in cases
where common code would actually want Core A (or Core B MMR is reserved)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf561/defBF561.h')
-rw-r--r-- | include/asm-blackfin/mach-bf561/defBF561.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf561/defBF561.h b/include/asm-blackfin/mach-bf561/defBF561.h index 89150ecb909..0f2dc6e6335 100644 --- a/include/asm-blackfin/mach-bf561/defBF561.h +++ b/include/asm-blackfin/mach-bf561/defBF561.h @@ -52,6 +52,10 @@ #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ #define CHIPID 0xFFC00014 /* Chip ID Register */ +/* For MMR's that are reserved on Core B, set up defines to better integrate with other ports */ +#define SWRST SICA_SWRST +#define SYSCR SICA_SYSCR + /* System Reset and Interrupt Controller registers for core A (0xFFC0 0100-0xFFC0 01FF) */ #define SICA_SWRST 0xFFC00100 /* Software Reset register */ #define SICA_SYSCR 0xFFC00104 /* System Reset Configuration register */ |