ppc4xx: PPC405GPr fix missing register definitions

Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
This commit is contained in:
Niklaus Giger 2008-02-05 10:26:41 +01:00 committed by Stefan Roese
parent 214398d9cb
commit 8cc10d06b8
1 changed files with 8 additions and 0 deletions

View File

@ -784,6 +784,14 @@
#define reset (CNTRL_DCR_BASE+0x3) /* reset register */
#define strap (CNTRL_DCR_BASE+0x4) /* strap register */
#define CPC0_CR0 (CNTRL_DCR_BASE+0x1) /* chip control register 0 */
#define CPC0_CR1 (CNTRL_DCR_BASE+0x2) /* chip control register 1 */
#define CPC0_PSR (CNTRL_DCR_BASE+0x4) /* chip pin strapping register */
/* CPC0_ECR/CPC0_EIRR: PPC405GPr only */
#define CPC0_EIRR (CNTRL_DCR_BASE+0x6) /* external interrupt routing register */
#define CPC0_ECR (0xaa) /* edge conditioner register */
#define ecr (0xaa) /* edge conditioner register (405gpr) */
/* Bit definitions */