diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-07-10 07:34:27 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-07-17 07:49:42 +0200 |
commit | 32be2acc7caa9c9c1157002c4c77063e0084e774 (patch) | |
tree | 47671ce4c62b3b7f6c61af173aca48781a66b73c /arch/m68k/include/asm/m54xxsim.h | |
parent | m68k: common PCI support definitions and code (diff) | |
download | linux-32be2acc7caa9c9c1157002c4c77063e0084e774.tar.xz linux-32be2acc7caa9c9c1157002c4c77063e0084e774.zip |
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 <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/m54xxsim.h')
-rw-r--r-- | arch/m68k/include/asm/m54xxsim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m54xxsim.h b/arch/m68k/include/asm/m54xxsim.h index ae56b8848a9d..d3c5e0dbdadf 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 */ |