2 * arch/ppc/platforms/83xx/mpc83xx_sys.c
4 * MPC83xx System descriptions
6 * Maintainer: Kumar Gala <kumar.gala@freescale.com>
8 * Copyright 2005 Freescale Semiconductor Inc.
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
= "8349E",
28 .device_list
= (enum ppc_sys_devices
[])
30 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
31 MPC83xx_IIC2
, MPC83xx_DUART
, MPC83xx_SEC2
,
32 MPC83xx_USB2_DR
, MPC83xx_USB2_MPH
36 .ppc_sys_name
= "8349",
40 .device_list
= (enum ppc_sys_devices
[])
42 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
43 MPC83xx_IIC2
, MPC83xx_DUART
,
44 MPC83xx_USB2_DR
, MPC83xx_USB2_MPH
48 .ppc_sys_name
= "8347E",
52 .device_list
= (enum ppc_sys_devices
[])
54 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
55 MPC83xx_IIC2
, MPC83xx_DUART
, MPC83xx_SEC2
,
56 MPC83xx_USB2_DR
, MPC83xx_USB2_MPH
60 .ppc_sys_name
= "8347",
64 .device_list
= (enum ppc_sys_devices
[])
66 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
67 MPC83xx_IIC2
, MPC83xx_DUART
,
68 MPC83xx_USB2_DR
, MPC83xx_USB2_MPH
72 .ppc_sys_name
= "8343E",
76 .device_list
= (enum ppc_sys_devices
[])
78 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
79 MPC83xx_IIC2
, MPC83xx_DUART
, MPC83xx_SEC2
,
84 .ppc_sys_name
= "8343",
88 .device_list
= (enum ppc_sys_devices
[])
90 MPC83xx_TSEC1
, MPC83xx_TSEC2
, MPC83xx_IIC1
,
91 MPC83xx_IIC2
, MPC83xx_DUART
,