Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Chip-specific header file for the AT91SAM9M1x family |
| 3 | * |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 4 | * (C) 2008 Atmel Corporation. |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 5 | * |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 6 | * Definitions for the SoC: |
| 7 | * AT91SAM9G45 |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License as published by |
| 11 | * the Free Software Foundation; either version 2 of the License, or |
| 12 | * (at your option) any later version. |
| 13 | */ |
| 14 | |
| 15 | #ifndef AT91SAM9G45_H |
| 16 | #define AT91SAM9G45_H |
| 17 | |
| 18 | /* |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 19 | * defines to be used in other places |
| 20 | */ |
| 21 | #define CONFIG_ARM926EJS /* ARM926EJS Core */ |
| 22 | #define CONFIG_AT91FAMILY /* it's a member of AT91 */ |
| 23 | |
| 24 | /* |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 25 | * Peripheral identifiers/interrupts. |
| 26 | */ |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 27 | #define ATMEL_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */ |
| 28 | #define ATMEL_ID_SYS 1 /* System Controller Interrupt */ |
| 29 | #define ATMEL_ID_PIOA 2 /* Parallel I/O Controller A */ |
| 30 | #define ATMEL_ID_PIOB 3 /* Parallel I/O Controller B */ |
| 31 | #define ATMEL_ID_PIOC 4 /* Parallel I/O Controller C */ |
| 32 | #define ATMEL_ID_PIODE 5 /* Parallel I/O Controller D and E */ |
| 33 | #define ATMEL_ID_TRNG 6 /* True Random Number Generator */ |
| 34 | #define ATMEL_ID_USART0 7 /* USART 0 */ |
| 35 | #define ATMEL_ID_USART1 8 /* USART 1 */ |
| 36 | #define ATMEL_ID_USART2 9 /* USART 2 */ |
| 37 | #define ATMEL_ID_USART3 10 /* USART 3 */ |
| 38 | #define ATMEL_ID_MCI0 11 /* High Speed Multimedia Card Interface 0 */ |
| 39 | #define ATMEL_ID_TWI0 12 /* Two-Wire Interface 0 */ |
| 40 | #define ATMEL_ID_TWI1 13 /* Two-Wire Interface 1 */ |
| 41 | #define ATMEL_ID_SPI0 14 /* Serial Peripheral Interface 0 */ |
| 42 | #define ATMEL_ID_SPI1 15 /* Serial Peripheral Interface 1 */ |
| 43 | #define ATMEL_ID_SSC0 16 /* Synchronous Serial Controller 0 */ |
| 44 | #define ATMEL_ID_SSC1 17 /* Synchronous Serial Controller 1 */ |
| 45 | #define ATMEL_ID_TCB 18 /* Timer Counter 0, 1, 2, 3, 4 and 5 */ |
| 46 | #define ATMEL_ID_PWMC 19 /* Pulse Width Modulation Controller */ |
| 47 | #define ATMEL_ID_TSC 20 /* Touch Screen ADC Controller */ |
| 48 | #define ATMEL_ID_DMA 21 /* DMA Controller */ |
| 49 | #define ATMEL_ID_UHPHS 22 /* USB Host High Speed */ |
| 50 | #define ATMEL_ID_LCDC 23 /* LCD Controller */ |
| 51 | #define ATMEL_ID_AC97C 24 /* AC97 Controller */ |
| 52 | #define ATMEL_ID_EMAC 25 /* Ethernet MAC */ |
| 53 | #define ATMEL_ID_ISI 26 /* Image Sensor Interface */ |
| 54 | #define ATMEL_ID_UDPHS 27 /* USB Device High Speed */ |
| 55 | #define ATMEL_ID_AESTDESSHA 28 /* AES + T-DES + SHA */ |
| 56 | #define ATMEL_ID_MCI1 29 /* High Speed Multimedia Card Interface 1 */ |
| 57 | #define ATMEL_ID_VDEC 30 /* Video Decoder */ |
| 58 | #define ATMEL_ID_IRQ0 31 /* Advanced Interrupt Controller */ |
Jens Scharsig | 5d8e359 | 2010-02-03 22:46:01 +0100 | [diff] [blame] | 59 | |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 60 | /* |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 61 | * User Peripherals physical base addresses. |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 62 | */ |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 63 | #define ATMEL_BASE_UDPHS 0xfff78000 |
| 64 | #define ATMEL_BASE_TC0 0xfff7c000 |
| 65 | #define ATMEL_BASE_TC1 0xfff7c040 |
| 66 | #define ATMEL_BASE_TC2 0xfff7c080 |
| 67 | #define ATMEL_BASE_MCI0 0xfff80000 |
| 68 | #define ATMEL_BASE_TWI0 0xfff84000 |
| 69 | #define ATMEL_BASE_TWI1 0xfff88000 |
| 70 | #define ATMEL_BASE_USART0 0xfff8c000 |
| 71 | #define ATMEL_BASE_USART1 0xfff90000 |
| 72 | #define ATMEL_BASE_USART2 0xfff94000 |
| 73 | #define ATMEL_BASE_USART3 0xfff98000 |
| 74 | #define ATMEL_BASE_SSC0 0xfff9c000 |
| 75 | #define ATMEL_BASE_SSC1 0xfffa0000 |
| 76 | #define ATMEL_BASE_SPI0 0xfffa4000 |
| 77 | #define ATMEL_BASE_SPI1 0xfffa8000 |
| 78 | #define ATMEL_BASE_AC97C 0xfffac000 |
| 79 | #define ATMEL_BASE_TSC 0xfffb0000 |
| 80 | #define ATMEL_BASE_ISI 0xfffb4000 |
| 81 | #define ATMEL_BASE_PWMC 0xfffb8000 |
| 82 | #define ATMEL_BASE_EMAC 0xfffbc000 |
| 83 | #define ATMEL_BASE_AES 0xfffc0000 |
| 84 | #define ATMEL_BASE_TDES 0xfffc4000 |
| 85 | #define ATMEL_BASE_SHA 0xfffc8000 |
| 86 | #define ATMEL_BASE_TRNG 0xfffcc000 |
| 87 | #define ATMEL_BASE_MCI1 0xfffd0000 |
| 88 | #define ATMEL_BASE_TC3 0xfffd4000 |
| 89 | #define ATMEL_BASE_TC4 0xfffd4040 |
| 90 | #define ATMEL_BASE_TC5 0xfffd4080 |
| 91 | /* Reserved: 0xfffd8000 - 0xffffe1ff */ |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 92 | |
| 93 | /* |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 94 | * System Peripherals physical base addresses. |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 95 | */ |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 96 | #define ATMEL_BASE_SYS 0xffffe200 |
| 97 | #define ATMEL_BASE_ECC 0xffffe200 |
| 98 | #define ATMEL_BASE_DDRSDRC1 0xffffe400 |
| 99 | #define ATMEL_BASE_DDRSDRC0 0xffffe600 |
| 100 | #define ATMEL_BASE_SMC 0xffffe800 |
| 101 | #define ATMEL_BASE_MATRIX 0xffffea00 |
| 102 | #define ATMEL_BASE_DMA 0xffffec00 |
| 103 | #define ATMEL_BASE_DBGU 0xffffee00 |
| 104 | #define ATMEL_BASE_AIC 0xfffff000 |
| 105 | #define ATMEL_BASE_PIOA 0xfffff200 |
| 106 | #define ATMEL_BASE_PIOB 0xfffff400 |
| 107 | #define ATMEL_BASE_PIOC 0xfffff600 |
| 108 | #define ATMEL_BASE_PIOD 0xfffff800 |
| 109 | #define ATMEL_BASE_PIOE 0xfffffa00 |
| 110 | #define ATMEL_BASE_PMC 0xfffffc00 |
| 111 | #define ATMEL_BASE_RSTC 0xfffffd00 |
| 112 | #define ATMEL_BASE_SHDWN 0xfffffd10 |
| 113 | #define ATMEL_BASE_RTT 0xfffffd20 |
| 114 | #define ATMEL_BASE_PIT 0xfffffd30 |
| 115 | #define ATMEL_BASE_WDT 0xfffffd40 |
| 116 | #define ATMEL_BASE_GPBR 0xfffffd60 |
| 117 | #define ATMEL_BASE_RTC 0xfffffdb0 |
| 118 | /* Reserved: 0xfffffdc0 - 0xffffffff */ |
Jens Scharsig | 5d8e359 | 2010-02-03 22:46:01 +0100 | [diff] [blame] | 119 | |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 120 | /* |
| 121 | * Internal Memory. |
| 122 | */ |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 123 | #define ATMEL_BASE_SRAM 0x00300000 /* Internal SRAM base address */ |
| 124 | #define ATMEL_BASE_ROM 0x00400000 /* Internal ROM base address */ |
| 125 | #define ATMEL_BASE_LCDC 0x00500000 /* LCD Controller */ |
| 126 | #define ATMEL_BASE_UDPHS_FIFO 0x00600000 /* USB Device HS controller */ |
| 127 | #define ATMEL_BASE_HCI 0x00700000 /* USB Host controller (OHCI) */ |
| 128 | #define ATMEL_BASE_EHCI 0x00800000 /* USB Host controller (EHCI) */ |
| 129 | #define ATMEL_BASE_VDEC 0x00900000 /* Video Decoder Controller */ |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 130 | |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 131 | /* |
| 132 | * Other misc defines |
| 133 | */ |
| 134 | #define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */ |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 135 | |
| 136 | /* |
| 137 | * Cpu Name |
| 138 | */ |
Reinhard Meyer | 4b1f9b1 | 2011-02-18 09:33:51 +0100 | [diff] [blame] | 139 | #define ATMEL_CPU_NAME "AT91SAM9G45" |
Sedji Gaouaou | 22ee647 | 2009-07-09 10:16:29 +0200 | [diff] [blame] | 140 | |
| 141 | #endif |