aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/m520xsim.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/m520xsim.h')
-rw-r--r--arch/m68k/include/asm/m520xsim.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/m520xsim.h b/arch/m68k/include/asm/m520xsim.h
index 85b39edf41a0..8cd8bce38594 100644
--- a/arch/m68k/include/asm/m520xsim.h
+++ b/arch/m68k/include/asm/m520xsim.h
@@ -100,6 +100,7 @@
100#define MCFGPIO_PCLRR_UART 0xFC0A402A 100#define MCFGPIO_PCLRR_UART 0xFC0A402A
101#define MCFGPIO_PCLRR_FECH 0xFC0A402B 101#define MCFGPIO_PCLRR_FECH 0xFC0A402B
102#define MCFGPIO_PCLRR_FECL 0xFC0A402C 102#define MCFGPIO_PCLRR_FECL 0xFC0A402C
103
103/* 104/*
104 * Generic GPIO support 105 * Generic GPIO support
105 */ 106 */
@@ -112,7 +113,6 @@
112#define MCFGPIO_PIN_MAX 80 113#define MCFGPIO_PIN_MAX 80
113#define MCFGPIO_IRQ_MAX 8 114#define MCFGPIO_IRQ_MAX 8
114#define MCFGPIO_IRQ_VECBASE MCFINT_VECBASE 115#define MCFGPIO_IRQ_VECBASE MCFINT_VECBASE
115/****************************************************************************/
116 116
117#define MCF_GPIO_PAR_UART (0xA4036) 117#define MCF_GPIO_PAR_UART (0xA4036)
118#define MCF_GPIO_PAR_FECI2C (0xA4033) 118#define MCF_GPIO_PAR_FECI2C (0xA4033)
@@ -129,6 +129,13 @@
129#define MCF_GPIO_PAR_FECI2C_PAR_SCL_UTXD2 (0x04) 129#define MCF_GPIO_PAR_FECI2C_PAR_SCL_UTXD2 (0x04)
130 130
131/* 131/*
132 * UART module.
133 */
134#define MCFUART_BASE1 0x60000 /* Base address of UART1 */
135#define MCFUART_BASE2 0x64000 /* Base address of UART2 */
136#define MCFUART_BASE3 0x68000 /* Base address of UART2 */
137
138/*
132 * Reset Controll Unit. 139 * Reset Controll Unit.
133 */ 140 */
134#define MCF_RCR 0xFC0A0000 141#define MCF_RCR 0xFC0A0000