diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-06-30 18:41:20 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-07-03 15:43:43 -0500 |
commit | 00280166993af8469dbfee24b779b61d3dd326c3 (patch) | |
tree | 9754af3c7bbdba335d84352456cb6aba71484645 /arch/powerpc/platforms/83xx/mpc834x_itx.h | |
parent | fcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff) | |
download | talos-obmc-linux-00280166993af8469dbfee24b779b61d3dd326c3.tar.gz talos-obmc-linux-00280166993af8469dbfee24b779b61d3dd326c3.zip |
powerpc: Add base support for the Freescale MPC8349E-mITX eval board
Added support for the Freescale MPC8343e-mITX board. Currently based on the
8343 SYS code. The 2nd PHY (5-port switch) and SATA are untested (work in
progress).
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_itx.h')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.h b/arch/powerpc/platforms/83xx/mpc834x_itx.h new file mode 100644 index 000000000000..174ca4ef55f3 --- /dev/null +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.h @@ -0,0 +1,23 @@ +/* + * arch/powerpc/platforms/83xx/mpc834x_itx.h + * + * MPC834X ITX common board definitions + * + * Maintainer: Kumar Gala <galak@kernel.crashing.org> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + */ + +#ifndef __MACH_MPC83XX_ITX_H__ +#define __MACH_MPC83XX_ITX_H__ + +#define PIRQA MPC83xx_IRQ_EXT4 +#define PIRQB MPC83xx_IRQ_EXT5 +#define PIRQC MPC83xx_IRQ_EXT6 +#define PIRQD MPC83xx_IRQ_EXT7 + +#endif /* __MACH_MPC83XX_ITX_H__ */ |