]> git.sur5r.net Git - u-boot/blobdiff - include/mpc5xxx.h
Add configuration for wtk board
[u-boot] / include / mpc5xxx.h
index b38d7d4a0c28a78564de1895fe7dff0111b52e2e..49951f5972e938a4952910f9235416dce47a1244 100644 (file)
 #define MPC5XXX_CS_DEADCYCLE   (MPC5XXX_LPB + 0x002c)
 #endif
 
+#if defined(CONFIG_MPC5200)
+/* XLB Arbiter registers */
+#define MPC5XXX_XLBARB_CFG             (MPC5XXX_XLBARB + 0x40)
+#define MPC5XXX_XLBARB_MPRIEN  (MPC5XXX_XLBARB + 0x64)
+#define MPC5XXX_XLBARB_MPRIVAL (MPC5XXX_XLBARB + 0x68)
+#endif
+
 /* GPIO registers */
 #define MPC5XXX_GPS_PORT_CONFIG        (MPC5XXX_GPIO + 0x0000)