This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / ppc / platforms / mpc5200.c
1 /*
2  * arch/ppc/platforms/mpc5200.c
3  *
4  * OCP Definitions for the boards based on MPC5200 processor. Contains
5  * definitions for every common peripherals. (Mostly all but PSCs)
6  * 
7  * Maintainer : Sylvain Munaut <tnt@246tNt.com>
8  *
9  * Copyright 2004 Sylvain Munaut <tnt@246tNt.com>
10  *
11  * This file is licensed under the terms of the GNU General Public License
12  * version 2. This program is licensed "as is" without any warranty of any
13  * kind, whether express or implied.
14  */
15
16 #include <asm/ocp.h>
17 #include <asm/mpc52xx.h>
18
19 /* Here is the core_ocp struct.
20  * With all the devices common to all board. Even if port multiplexing is
21  * not setup for them (if the user don't want them, just don't select the
22  * config option). The potentially conflicting devices (like PSCs) goes in
23  * board specific file.
24  */
25 struct ocp_def core_ocp[] = {
26         {       /* Terminating entry */
27                 .vendor         = OCP_VENDOR_INVALID
28         }
29 };