]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-at91/at91sam9g45.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / arm / include / asm / arch-at91 / at91sam9g45.h
1 /*
2  * Chip-specific header file for the AT91SAM9M1x family
3  *
4  * (C) 2008 Atmel Corporation.
5  *
6  * Definitions for the SoC:
7  * AT91SAM9G45
8  *
9  * SPDX-License-Identifier:     GPL-2.0+
10  */
11
12 #ifndef AT91SAM9G45_H
13 #define AT91SAM9G45_H
14
15 /*
16  * defines to be used in other places
17  */
18 #define CONFIG_ARM926EJS        /* ARM926EJS Core */
19 #define CONFIG_AT91FAMILY       /* it's a member of AT91 */
20
21 /*
22  * Peripheral identifiers/interrupts.
23  */
24 #define ATMEL_ID_FIQ    0       /* Advanced Interrupt Controller (FIQ) */
25 #define ATMEL_ID_SYS    1       /* System Controller Interrupt */
26 #define ATMEL_ID_PIOA   2       /* Parallel I/O Controller A */
27 #define ATMEL_ID_PIOB   3       /* Parallel I/O Controller B */
28 #define ATMEL_ID_PIOC   4       /* Parallel I/O Controller C */
29 #define ATMEL_ID_PIODE  5       /* Parallel I/O Controller D and E */
30 #define ATMEL_ID_TRNG   6       /* True Random Number Generator */
31 #define ATMEL_ID_USART0 7       /* USART 0 */
32 #define ATMEL_ID_USART1 8       /* USART 1 */
33 #define ATMEL_ID_USART2 9       /* USART 2 */
34 #define ATMEL_ID_USART3 10      /* USART 3 */
35 #define ATMEL_ID_MCI0   11      /* High Speed Multimedia Card Interface 0 */
36 #define ATMEL_ID_TWI0   12      /* Two-Wire Interface 0 */
37 #define ATMEL_ID_TWI1   13      /* Two-Wire Interface 1 */
38 #define ATMEL_ID_SPI0   14      /* Serial Peripheral Interface 0 */
39 #define ATMEL_ID_SPI1   15      /* Serial Peripheral Interface 1 */
40 #define ATMEL_ID_SSC0   16      /* Synchronous Serial Controller 0 */
41 #define ATMEL_ID_SSC1   17      /* Synchronous Serial Controller 1 */
42 #define ATMEL_ID_TCB    18      /* Timer Counter 0, 1, 2, 3, 4 and 5 */
43 #define ATMEL_ID_PWMC   19      /* Pulse Width Modulation Controller */
44 #define ATMEL_ID_TSC    20      /* Touch Screen ADC Controller */
45 #define ATMEL_ID_DMA    21      /* DMA Controller */
46 #define ATMEL_ID_UHPHS  22      /* USB Host High Speed */
47 #define ATMEL_ID_LCDC   23      /* LCD Controller */
48 #define ATMEL_ID_AC97C  24      /* AC97 Controller */
49 #define ATMEL_ID_EMAC   25      /* Ethernet MAC */
50 #define ATMEL_ID_ISI    26      /* Image Sensor Interface */
51 #define ATMEL_ID_UDPHS  27      /* USB Device High Speed */
52 #define ATMEL_ID_AESTDESSHA 28  /* AES + T-DES + SHA */
53 #define ATMEL_ID_MCI1   29      /* High Speed Multimedia Card Interface 1 */
54 #define ATMEL_ID_VDEC   30      /* Video Decoder */
55 #define ATMEL_ID_IRQ0   31      /* Advanced Interrupt Controller */
56
57 /*
58  * User Peripherals physical base addresses.
59  */
60 #define ATMEL_BASE_UDPHS        0xfff78000
61 #define ATMEL_BASE_TC0          0xfff7c000
62 #define ATMEL_BASE_TC1          0xfff7c040
63 #define ATMEL_BASE_TC2          0xfff7c080
64 #define ATMEL_BASE_MCI0         0xfff80000
65 #define ATMEL_BASE_TWI0         0xfff84000
66 #define ATMEL_BASE_TWI1         0xfff88000
67 #define ATMEL_BASE_USART0       0xfff8c000
68 #define ATMEL_BASE_USART1       0xfff90000
69 #define ATMEL_BASE_USART2       0xfff94000
70 #define ATMEL_BASE_USART3       0xfff98000
71 #define ATMEL_BASE_SSC0         0xfff9c000
72 #define ATMEL_BASE_SSC1         0xfffa0000
73 #define ATMEL_BASE_SPI0         0xfffa4000
74 #define ATMEL_BASE_SPI1         0xfffa8000
75 #define ATMEL_BASE_AC97C        0xfffac000
76 #define ATMEL_BASE_TSC          0xfffb0000
77 #define ATMEL_BASE_ISI          0xfffb4000
78 #define ATMEL_BASE_PWMC         0xfffb8000
79 #define ATMEL_BASE_EMAC         0xfffbc000
80 #define ATMEL_BASE_AES          0xfffc0000
81 #define ATMEL_BASE_TDES         0xfffc4000
82 #define ATMEL_BASE_SHA          0xfffc8000
83 #define ATMEL_BASE_TRNG         0xfffcc000
84 #define ATMEL_BASE_MCI1         0xfffd0000
85 #define ATMEL_BASE_TC3          0xfffd4000
86 #define ATMEL_BASE_TC4          0xfffd4040
87 #define ATMEL_BASE_TC5          0xfffd4080
88 /* Reserved:    0xfffd8000 - 0xffffe1ff */
89
90 /*
91  * System Peripherals physical base addresses.
92  */
93 #define ATMEL_BASE_SYS          0xffffe200
94 #define ATMEL_BASE_ECC          0xffffe200
95 #define ATMEL_BASE_DDRSDRC1     0xffffe400
96 #define ATMEL_BASE_DDRSDRC0     0xffffe600
97 #define ATMEL_BASE_SMC          0xffffe800
98 #define ATMEL_BASE_MATRIX       0xffffea00
99 #define ATMEL_BASE_DMA          0xffffec00
100 #define ATMEL_BASE_DBGU         0xffffee00
101 #define ATMEL_BASE_AIC          0xfffff000
102 #define ATMEL_BASE_PIOA         0xfffff200
103 #define ATMEL_BASE_PIOB         0xfffff400
104 #define ATMEL_BASE_PIOC         0xfffff600
105 #define ATMEL_BASE_PIOD         0xfffff800
106 #define ATMEL_BASE_PIOE         0xfffffa00
107 #define ATMEL_BASE_PMC          0xfffffc00
108 #define ATMEL_BASE_RSTC         0xfffffd00
109 #define ATMEL_BASE_SHDWN        0xfffffd10
110 #define ATMEL_BASE_RTT          0xfffffd20
111 #define ATMEL_BASE_PIT          0xfffffd30
112 #define ATMEL_BASE_WDT          0xfffffd40
113 #define ATMEL_BASE_GPBR         0xfffffd60
114 #define ATMEL_BASE_RTC          0xfffffdb0
115 /* Reserved:    0xfffffdc0 - 0xffffffff */
116
117 /*
118  * Internal Memory.
119  */
120 #define ATMEL_BASE_SRAM         0x00300000      /* Internal SRAM base address */
121 #define ATMEL_BASE_ROM          0x00400000      /* Internal ROM base address */
122 #define ATMEL_BASE_LCDC         0x00500000      /* LCD Controller */
123 #define ATMEL_BASE_UDPHS_FIFO   0x00600000      /* USB Device HS controller */
124 #define ATMEL_BASE_HCI          0x00700000      /* USB Host controller (OHCI) */
125 #define ATMEL_BASE_EHCI         0x00800000      /* USB Host controller (EHCI) */
126 #define ATMEL_BASE_VDEC         0x00900000      /* Video Decoder Controller */
127
128 /*
129  * External memory
130  */
131 #define ATMEL_BASE_CS0          0x10000000
132 #define ATMEL_BASE_CS1          0x20000000
133 #define ATMEL_BASE_CS2          0x30000000
134 #define ATMEL_BASE_CS3          0x40000000
135 #define ATMEL_BASE_CS4          0x50000000
136 #define ATMEL_BASE_CS5          0x60000000
137 #define ATMEL_BASE_CS6          0x70000000
138 #define ATMEL_BASE_CS7          0x80000000
139
140 /*
141  * Other misc defines
142  */
143 #define ATMEL_PIO_PORTS         5               /* this SoCs has 5 PIO */
144 #define ATMEL_BASE_PIO          ATMEL_BASE_PIOA
145 #define ATMEL_PMC_UHP           AT91SAM926x_PMC_UHP
146 #define ATMEL_ID_UHP            ATMEL_ID_UHPHS
147 /*
148  * Cpu Name
149  */
150 #define ATMEL_CPU_NAME          "AT91SAM9G45"
151
152 #endif