Coldfire M5271: Activate u-boot system timer interrupt.
[oweals/u-boot.git] / include / mpc512x.h
index 714287c864a4d59ce3f63f4321782b8a7f69cb58..0f022939da650b1e7630699abce569e473e5f0cd 100644 (file)
@@ -573,6 +573,7 @@ void iopin_initialize(iopin_t *,int);
 
  /* Register Offset Base */
 #define MPC512X_FEC            (CONFIG_SYS_IMMR + 0x02800)
+#define MPC512X_PATA           (CONFIG_SYS_IMMR + 0x10200)
 
 /* IIM control */
 #define IIM_SET_UA(bk, f)      ((bk << 3) | (f >> 5))