mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
m68k: mcf5441x: add CCM registers
Add CCM module register offsets. Signed-off-by: Angelo Dureghello <adureghello@baylibre.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
parent
52e70cb637
commit
8ccdac070d
|
|
@ -125,6 +125,26 @@
|
|||
#define MCFPM_PPMHR1 0xfc040038
|
||||
#define MCFPM_PPMLR1 0xfc04003c
|
||||
#define MCFPM_LPCR 0xec090007
|
||||
|
||||
/*
|
||||
* Chip Configuration Module (CCM).
|
||||
*/
|
||||
#define MCF_CCM_CCR 0xec090004
|
||||
#define MCF_CCM_RCON 0xec090008
|
||||
#define MCF_CCM_CIR 0xec09000a
|
||||
#define MCF_CCM_MISCCR 0xec09000e
|
||||
#define MCF_CCM_CDRH 0xec090010
|
||||
#define MCF_CCM_CDRL 0xec090012
|
||||
#define MCF_CCM_UOCSR 0xec090014
|
||||
#define MCF_CCM_UHCSR 0xec090016
|
||||
#define MCF_CCM_MISCCR3 0xec090018
|
||||
#define MCF_CCM_MISCCR2 0xec09001a
|
||||
#define MCF_CCM_ADCTSR 0xec09001c
|
||||
#define MCF_CCM_DACTSR 0xec09001e
|
||||
#define MCF_CCM_SBFSR 0xec090020
|
||||
#define MCF_CCM_SBFCR 0xec090022
|
||||
#define MCF_CCM_FNACR 0xec090024
|
||||
|
||||
/*
|
||||
* UART module.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user