From 32be2acc7caa9c9c1157002c4c77063e0084e774 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 10 Jul 2012 15:34:27 +1000 Subject: m68k: add PCI bus support definitions for the ColdFire M54xx SoC family Add all the required definitoins to support the ColdFire M54xx SoC PCI hardware unit. These are strait out of the MCF5475 Reference Manual. Signed-off-by: Greg Ungerer --- arch/m68k/include/asm/m54xxsim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/m68k/include/asm/m54xxsim.h') diff --git a/arch/m68k/include/asm/m54xxsim.h b/arch/m68k/include/asm/m54xxsim.h index ae56b8848a9..d3c5e0dbdad 100644 --- a/arch/m68k/include/asm/m54xxsim.h +++ b/arch/m68k/include/asm/m54xxsim.h @@ -81,4 +81,7 @@ #define MCF_PAR_PSC_RTS_RTS (0x30) #define MCF_PAR_PSC_CANRX (0x40) +#define MCF_PAR_PCIBG (CONFIG_MBAR + 0xa48) /* PCI bus grant */ +#define MCF_PAR_PCIBR (CONFIG_MBAR + 0xa4a) /* PCI */ + #endif /* m54xxsim_h */ -- cgit v1.2.3-18-g5258