| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *	m528xsim.h -- ColdFire 5280/5282 System Integration Module support. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	(C) Copyright 2003, Greg Ungerer (gerg@snapgear.com) | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | #ifndef	m528xsim_h
 | 
					
						
							|  |  |  | #define	m528xsim_h
 | 
					
						
							|  |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-02 17:40:37 +10:00
										 |  |  | #define	CPU_NAME		"COLDFIRE(m528x)"
 | 
					
						
							|  |  |  | #define	CPU_INSTR_PER_JIFFY	3
 | 
					
						
							| 
									
										
										
										
											2011-03-09 14:19:08 +10:00
										 |  |  | #define	MCF_BUSCLK		MCF_CLK
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-09 10:12:29 +10:00
										 |  |  | #include <asm/m52xxacr.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	Define the 5280/5282 SIM register set addresses. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2011-03-05 22:17:17 +10:00
										 |  |  | #define	MCFICM_INTC0		(MCF_IPSBAR + 0x0c00)	/* Base for Interrupt Ctrl 0 */
 | 
					
						
							|  |  |  | #define	MCFICM_INTC1		(MCF_IPSBAR + 0x0d00)	/* Base for Interrupt Ctrl 0 */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #define	MCFINTC_IPRH		0x00		/* Interrupt pending 32-63 */
 | 
					
						
							|  |  |  | #define	MCFINTC_IPRL		0x04		/* Interrupt pending 1-31 */
 | 
					
						
							|  |  |  | #define	MCFINTC_IMRH		0x08		/* Interrupt mask 32-63 */
 | 
					
						
							|  |  |  | #define	MCFINTC_IMRL		0x0c		/* Interrupt mask 1-31 */
 | 
					
						
							|  |  |  | #define	MCFINTC_INTFRCH		0x10		/* Interrupt force 32-63 */
 | 
					
						
							|  |  |  | #define	MCFINTC_INTFRCL		0x14		/* Interrupt force 1-31 */
 | 
					
						
							|  |  |  | #define	MCFINTC_IRLR		0x18		/* */
 | 
					
						
							|  |  |  | #define	MCFINTC_IACKL		0x19		/* */
 | 
					
						
							|  |  |  | #define	MCFINTC_ICR0		0x40		/* Base ICR register */
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define	MCFINT_VECBASE		64		/* Vector base number */
 | 
					
						
							|  |  |  | #define	MCFINT_UART0		13		/* Interrupt number for UART0 */
 | 
					
						
							| 
									
										
										
										
											2011-12-24 00:39:04 +10:00
										 |  |  | #define	MCFINT_UART1		14		/* Interrupt number for UART1 */
 | 
					
						
							|  |  |  | #define	MCFINT_UART2		15		/* Interrupt number for UART2 */
 | 
					
						
							| 
									
										
										
										
											2010-01-22 12:43:03 -08:00
										 |  |  | #define	MCFINT_QSPI		18		/* Interrupt number for QSPI */
 | 
					
						
							| 
									
										
										
										
											2011-12-24 10:20:02 +10:00
										 |  |  | #define	MCFINT_FECRX0		23		/* Interrupt number for FEC */
 | 
					
						
							|  |  |  | #define	MCFINT_FECTX0		27		/* Interrupt number for FEC */
 | 
					
						
							|  |  |  | #define	MCFINT_FECENTC0		29		/* Interrupt number for FEC */
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #define	MCFINT_PIT1		55		/* Interrupt number for PIT1 */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-24 00:39:04 +10:00
										 |  |  | #define	MCF_IRQ_UART0	        (MCFINT_VECBASE + MCFINT_UART0)
 | 
					
						
							|  |  |  | #define	MCF_IRQ_UART1	        (MCFINT_VECBASE + MCFINT_UART1)
 | 
					
						
							|  |  |  | #define	MCF_IRQ_UART2	        (MCFINT_VECBASE + MCFINT_UART2)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-24 10:20:02 +10:00
										 |  |  | #define	MCF_IRQ_FECRX0		(MCFINT_VECBASE + MCFINT_FECRX0)
 | 
					
						
							|  |  |  | #define	MCF_IRQ_FECTX0		(MCFINT_VECBASE + MCFINT_FECTX0)
 | 
					
						
							|  |  |  | #define	MCF_IRQ_FECENTC0	(MCFINT_VECBASE + MCFINT_FECENTC0)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-24 12:42:30 +10:00
										 |  |  | #define	MCF_IRQ_QSPI		(MCFINT_VECBASE + MCFINT_QSPI)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	SDRAM configuration registers. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2011-03-06 23:01:46 +10:00
										 |  |  | #define	MCFSIM_DCR		(MCF_IPSBAR + 0x00000044) /* Control */
 | 
					
						
							|  |  |  | #define	MCFSIM_DACR0		(MCF_IPSBAR + 0x00000048) /* Base address 0 */
 | 
					
						
							|  |  |  | #define	MCFSIM_DMR0		(MCF_IPSBAR + 0x0000004c) /* Address mask 0 */
 | 
					
						
							|  |  |  | #define	MCFSIM_DACR1		(MCF_IPSBAR + 0x00000050) /* Base address 1 */
 | 
					
						
							|  |  |  | #define	MCFSIM_DMR1		(MCF_IPSBAR + 0x00000054) /* Address mask 1 */
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-06 00:54:36 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	DMA unit base addresses. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define	MCFDMA_BASE0		(MCF_IPSBAR + 0x00000100)
 | 
					
						
							|  |  |  | #define	MCFDMA_BASE1		(MCF_IPSBAR + 0x00000140)
 | 
					
						
							|  |  |  | #define	MCFDMA_BASE2		(MCF_IPSBAR + 0x00000180)
 | 
					
						
							|  |  |  | #define	MCFDMA_BASE3		(MCF_IPSBAR + 0x000001C0)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-03 12:50:30 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	UART module. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2011-12-24 00:39:04 +10:00
										 |  |  | #define	MCFUART_BASE0		(MCF_IPSBAR + 0x00000200)
 | 
					
						
							|  |  |  | #define	MCFUART_BASE1		(MCF_IPSBAR + 0x00000240)
 | 
					
						
							|  |  |  | #define	MCFUART_BASE2		(MCF_IPSBAR + 0x00000280)
 | 
					
						
							| 
									
										
										
										
											2011-03-06 00:20:01 +10:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *	FEC ethernet module. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2011-12-24 10:20:02 +10:00
										 |  |  | #define	MCFFEC_BASE0		(MCF_IPSBAR + 0x00001000)
 | 
					
						
							|  |  |  | #define	MCFFEC_SIZE0		0x800
 | 
					
						
							| 
									
										
										
										
											2010-11-03 12:50:30 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-24 12:42:30 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	QSPI module. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define	MCFQSPI_IOBASE		(MCF_IPSBAR + 0x340)
 | 
					
						
							|  |  |  | #define	MCFQSPI_SIZE		0x40
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define	MCFQSPI_CS0		147
 | 
					
						
							|  |  |  | #define	MCFQSPI_CS1		148
 | 
					
						
							|  |  |  | #define	MCFQSPI_CS2		149
 | 
					
						
							|  |  |  | #define	MCFQSPI_CS3		150
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-19 18:11:08 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * 	GPIO registers | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2012-04-16 16:59:37 +10:00
										 |  |  | #define MCFGPIO_PODR_A		(MCF_IPSBAR + 0x00100000)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_B		(MCF_IPSBAR + 0x00100001)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_C		(MCF_IPSBAR + 0x00100002)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_D		(MCF_IPSBAR + 0x00100003)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_E		(MCF_IPSBAR + 0x00100004)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_F		(MCF_IPSBAR + 0x00100005)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_G		(MCF_IPSBAR + 0x00100006)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_H		(MCF_IPSBAR + 0x00100007)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_J		(MCF_IPSBAR + 0x00100008)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_DD		(MCF_IPSBAR + 0x00100009)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_EH		(MCF_IPSBAR + 0x0010000A)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_EL		(MCF_IPSBAR + 0x0010000B)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_AS		(MCF_IPSBAR + 0x0010000C)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_QS		(MCF_IPSBAR + 0x0010000D)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_SD		(MCF_IPSBAR + 0x0010000E)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_TC		(MCF_IPSBAR + 0x0010000F)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_TD		(MCF_IPSBAR + 0x00100010)
 | 
					
						
							|  |  |  | #define MCFGPIO_PODR_UA		(MCF_IPSBAR + 0x00100011)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_A		(MCF_IPSBAR + 0x00100014)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_B		(MCF_IPSBAR + 0x00100015)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_C		(MCF_IPSBAR + 0x00100016)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_D		(MCF_IPSBAR + 0x00100017)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_E		(MCF_IPSBAR + 0x00100018)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_F		(MCF_IPSBAR + 0x00100019)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_G		(MCF_IPSBAR + 0x0010001A)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_H		(MCF_IPSBAR + 0x0010001B)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_J		(MCF_IPSBAR + 0x0010001C)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_DD		(MCF_IPSBAR + 0x0010001D)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_EH		(MCF_IPSBAR + 0x0010001E)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_EL		(MCF_IPSBAR + 0x0010001F)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_AS		(MCF_IPSBAR + 0x00100020)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_QS		(MCF_IPSBAR + 0x00100021)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_SD		(MCF_IPSBAR + 0x00100022)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_TC		(MCF_IPSBAR + 0x00100023)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_TD		(MCF_IPSBAR + 0x00100024)
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR_UA		(MCF_IPSBAR + 0x00100025)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_A	(MCF_IPSBAR + 0x00100028)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_B	(MCF_IPSBAR + 0x00100029)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_C	(MCF_IPSBAR + 0x0010002A)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_D	(MCF_IPSBAR + 0x0010002B)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_E	(MCF_IPSBAR + 0x0010002C)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_F	(MCF_IPSBAR + 0x0010002D)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_G	(MCF_IPSBAR + 0x0010002E)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_H	(MCF_IPSBAR + 0x0010002F)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_J	(MCF_IPSBAR + 0x00100030)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_DD	(MCF_IPSBAR + 0x00100031)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_EH	(MCF_IPSBAR + 0x00100032)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_EL	(MCF_IPSBAR + 0x00100033)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_AS	(MCF_IPSBAR + 0x00100034)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_QS	(MCF_IPSBAR + 0x00100035)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_SD	(MCF_IPSBAR + 0x00100036)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_TC	(MCF_IPSBAR + 0x00100037)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_TD	(MCF_IPSBAR + 0x00100038)
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDSDR_UA	(MCF_IPSBAR + 0x00100039)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_A		(MCF_IPSBAR + 0x0010003C)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_B		(MCF_IPSBAR + 0x0010003D)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_C		(MCF_IPSBAR + 0x0010003E)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_D		(MCF_IPSBAR + 0x0010003F)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_E		(MCF_IPSBAR + 0x00100040)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_F		(MCF_IPSBAR + 0x00100041)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_G		(MCF_IPSBAR + 0x00100042)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_H		(MCF_IPSBAR + 0x00100043)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_J		(MCF_IPSBAR + 0x00100044)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_DD	(MCF_IPSBAR + 0x00100045)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_EH	(MCF_IPSBAR + 0x00100046)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_EL	(MCF_IPSBAR + 0x00100047)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_AS	(MCF_IPSBAR + 0x00100048)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_QS	(MCF_IPSBAR + 0x00100049)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_SD	(MCF_IPSBAR + 0x0010004A)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_TC	(MCF_IPSBAR + 0x0010004B)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_TD	(MCF_IPSBAR + 0x0010004C)
 | 
					
						
							|  |  |  | #define MCFGPIO_PCLRR_UA	(MCF_IPSBAR + 0x0010004D)
 | 
					
						
							| 
									
										
										
										
											2009-06-19 18:11:08 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define MCFGPIO_PBCDPAR		(MCF_IPSBAR + 0x00100050)
 | 
					
						
							|  |  |  | #define MCFGPIO_PFPAR		(MCF_IPSBAR + 0x00100051)
 | 
					
						
							|  |  |  | #define MCFGPIO_PEPAR		(MCF_IPSBAR + 0x00100052)
 | 
					
						
							|  |  |  | #define MCFGPIO_PJPAR		(MCF_IPSBAR + 0x00100054)
 | 
					
						
							|  |  |  | #define MCFGPIO_PSDPAR		(MCF_IPSBAR + 0x00100055)
 | 
					
						
							|  |  |  | #define MCFGPIO_PASPAR		(MCF_IPSBAR + 0x00100056)
 | 
					
						
							|  |  |  | #define MCFGPIO_PEHLPAR		(MCF_IPSBAR + 0x00100058)
 | 
					
						
							|  |  |  | #define MCFGPIO_PQSPAR		(MCF_IPSBAR + 0x00100059)
 | 
					
						
							|  |  |  | #define MCFGPIO_PTCPAR		(MCF_IPSBAR + 0x0010005A)
 | 
					
						
							|  |  |  | #define MCFGPIO_PTDPAR		(MCF_IPSBAR + 0x0010005B)
 | 
					
						
							|  |  |  | #define MCFGPIO_PUAPAR		(MCF_IPSBAR + 0x0010005C)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-05 23:32:35 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * PIT timer base addresses. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define	MCFPIT_BASE1		(MCF_IPSBAR + 0x00150000)
 | 
					
						
							|  |  |  | #define	MCFPIT_BASE2		(MCF_IPSBAR + 0x00160000)
 | 
					
						
							|  |  |  | #define	MCFPIT_BASE3		(MCF_IPSBAR + 0x00170000)
 | 
					
						
							|  |  |  | #define	MCFPIT_BASE4		(MCF_IPSBAR + 0x00180000)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-19 18:11:08 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * 	Edge Port registers | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define MCFEPORT_EPPAR		(MCF_IPSBAR + 0x00130000)
 | 
					
						
							|  |  |  | #define MCFEPORT_EPDDR		(MCF_IPSBAR + 0x00130002)
 | 
					
						
							|  |  |  | #define MCFEPORT_EPIER		(MCF_IPSBAR + 0x00130003)
 | 
					
						
							|  |  |  | #define MCFEPORT_EPDR		(MCF_IPSBAR + 0x00130004)
 | 
					
						
							|  |  |  | #define MCFEPORT_EPPDR		(MCF_IPSBAR + 0x00130005)
 | 
					
						
							|  |  |  | #define MCFEPORT_EPFR		(MCF_IPSBAR + 0x00130006)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * 	Queued ADC registers | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define MCFQADC_PORTQA		(MCF_IPSBAR + 0x00190006)
 | 
					
						
							|  |  |  | #define MCFQADC_PORTQB		(MCF_IPSBAR + 0x00190007)
 | 
					
						
							|  |  |  | #define MCFQADC_DDRQA		(MCF_IPSBAR + 0x00190008)
 | 
					
						
							|  |  |  | #define MCFQADC_DDRQB		(MCF_IPSBAR + 0x00190009)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * 	General Purpose Timers registers | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #define MCFGPTA_GPTPORT		(MCF_IPSBAR + 0x001A001D)
 | 
					
						
							|  |  |  | #define MCFGPTA_GPTDDR		(MCF_IPSBAR + 0x001A001E)
 | 
					
						
							|  |  |  | #define MCFGPTB_GPTPORT		(MCF_IPSBAR + 0x001B001D)
 | 
					
						
							|  |  |  | #define MCFGPTB_GPTDDR		(MCF_IPSBAR + 0x001B001E)
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * definitions for generic gpio support | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2012-04-16 16:59:37 +10:00
										 |  |  | #define MCFGPIO_PODR		MCFGPIO_PODR_A	/* port output data */
 | 
					
						
							|  |  |  | #define MCFGPIO_PDDR		MCFGPIO_PDDR_A	/* port data direction */
 | 
					
						
							|  |  |  | #define MCFGPIO_PPDR		MCFGPIO_PPDSDR_A/* port pin data */
 | 
					
						
							|  |  |  | #define MCFGPIO_SETR		MCFGPIO_PPDSDR_A/* set output */
 | 
					
						
							|  |  |  | #define MCFGPIO_CLRR		MCFGPIO_PCLRR_A	/* clr output */
 | 
					
						
							| 
									
										
										
										
											2009-06-19 18:11:08 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define MCFGPIO_IRQ_MAX		8
 | 
					
						
							|  |  |  | #define MCFGPIO_IRQ_VECBASE	MCFINT_VECBASE
 | 
					
						
							|  |  |  | #define MCFGPIO_PIN_MAX		180
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-12 11:18:10 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	Derek Cheung - 6 Feb 2005 | 
					
						
							|  |  |  |  *		add I2C and QSPI register definition using Freescale's MCF5282 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | /* set Port AS pin for I2C or UART */ | 
					
						
							|  |  |  | #define MCF5282_GPIO_PASPAR     (volatile u16 *) (MCF_IPSBAR + 0x00100056)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-07 11:28:13 +10:00
										 |  |  | /* Port UA Pin Assignment Register (8 Bit) */ | 
					
						
							|  |  |  | #define MCF5282_GPIO_PUAPAR	0x10005C
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-09-12 11:18:10 +10:00
										 |  |  | /* Interrupt Mask Register Register Low */  | 
					
						
							|  |  |  | #define MCF5282_INTC0_IMRL      (volatile u32 *) (MCF_IPSBAR + 0x0C0C)
 | 
					
						
							|  |  |  | /* Interrupt Control Register 7 */ | 
					
						
							|  |  |  | #define MCF5282_INTC0_ICR17     (volatile u8 *) (MCF_IPSBAR + 0x0C51)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-30 23:15:56 +10:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *  Reset Control Unit (relative to IPSBAR). | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2012-02-19 16:34:58 +10:00
										 |  |  | #define	MCF_RCR			(MCF_IPSBAR + 0x110000)
 | 
					
						
							|  |  |  | #define	MCF_RSR			(MCF_IPSBAR + 0x110001)
 | 
					
						
							| 
									
										
										
										
											2009-04-30 23:15:56 +10:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define	MCF_RCR_SWRESET		0x80		/* Software reset bit */
 | 
					
						
							|  |  |  | #define	MCF_RCR_FRCSTOUT	0x40		/* Force external reset */
 | 
					
						
							| 
									
										
										
										
											2005-09-12 11:18:10 +10:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*********************************************************************
 | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | * Inter-IC (I2C) Module | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | *********************************************************************/ | 
					
						
							|  |  |  | /* Read/Write access macros for general use */ | 
					
						
							|  |  |  | #define MCF5282_I2C_I2ADR       (volatile u8 *) (MCF_IPSBAR + 0x0300) // Address 
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2FDR       (volatile u8 *) (MCF_IPSBAR + 0x0304) // Freq Divider
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR        (volatile u8 *) (MCF_IPSBAR + 0x0308) // Control
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR        (volatile u8 *) (MCF_IPSBAR + 0x030C) // Status
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2DR        (volatile u8 *) (MCF_IPSBAR + 0x0310) // Data I/O
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Bit level definitions and macros */ | 
					
						
							|  |  |  | #define MCF5282_I2C_I2ADR_ADDR(x)                       (((x)&0x7F)<<0x01)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2FDR_IC(x)                         (((x)&0x3F))
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_IEN    (0x80)	// I2C enable
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_IIEN   (0x40)  // interrupt enable
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_MSTA   (0x20)  // master/slave mode
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_MTX    (0x10)  // transmit/receive mode
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_TXAK   (0x08)  // transmit acknowledge enable
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2CR_RSTA   (0x04)  // repeat start
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_ICF    (0x80)  // data transfer bit
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_IAAS   (0x40)  // I2C addressed as a slave
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_IBB    (0x20)  // I2C bus busy
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_IAL    (0x10)  // aribitration lost
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_SRW    (0x04)  // slave read/write
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_IIF    (0x02)  // I2C interrupt
 | 
					
						
							|  |  |  | #define MCF5282_I2C_I2SR_RXAK   (0x01)  // received acknowledge
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif	/* m528xsim_h */
 |