2 * arch/ppc/platforms/mpc8xx_sys.c
4 * MPC8xx System descriptions
6 * Maintainer: Kumar Gala <galak@kernel.crashing.org>
8 * Copyright 2005 MontaVista Software, Inc. by Vitaly Bordug <vbordug@ru.mvista.com>
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2 of the License, or (at your
13 * option) any later version.
16 #include <linux/init.h>
17 #include <linux/module.h>
18 #include <linux/device.h>
19 #include <asm/ppc_sys.h>
21 struct ppc_sys_spec *cur_ppc_sys_spec;
22 struct ppc_sys_spec ppc_sys_specs[] = {
24 .ppc_sys_name = "MPC86X",
28 .device_list = (enum ppc_sys_devices[])
40 .ppc_sys_name = "MPC885",
44 .device_list = (enum ppc_sys_devices[])