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