blob: 588032582b2a46df89bbe2ad2f91b5e9a2fe8ff7 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Sedji Gaouaou538566d2009-07-09 10:16:29 +02002/*
3 * Chip-specific header file for the AT91SAM9M1x family
4 *
Reinhard Meyer987d5052011-02-18 09:33:51 +01005 * (C) 2008 Atmel Corporation.
Sedji Gaouaou538566d2009-07-09 10:16:29 +02006 *
Reinhard Meyer987d5052011-02-18 09:33:51 +01007 * Definitions for the SoC:
8 * AT91SAM9G45
Sedji Gaouaou538566d2009-07-09 10:16:29 +02009 */
10
11#ifndef AT91SAM9G45_H
12#define AT91SAM9G45_H
13
14/*
Reinhard Meyer987d5052011-02-18 09:33:51 +010015 * Peripheral identifiers/interrupts.
Sedji Gaouaou538566d2009-07-09 10:16:29 +020016 */
Reinhard Meyer987d5052011-02-18 09:33:51 +010017#define ATMEL_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */
18#define ATMEL_ID_SYS 1 /* System Controller Interrupt */
19#define ATMEL_ID_PIOA 2 /* Parallel I/O Controller A */
20#define ATMEL_ID_PIOB 3 /* Parallel I/O Controller B */
21#define ATMEL_ID_PIOC 4 /* Parallel I/O Controller C */
22#define ATMEL_ID_PIODE 5 /* Parallel I/O Controller D and E */
23#define ATMEL_ID_TRNG 6 /* True Random Number Generator */
24#define ATMEL_ID_USART0 7 /* USART 0 */
25#define ATMEL_ID_USART1 8 /* USART 1 */
26#define ATMEL_ID_USART2 9 /* USART 2 */
27#define ATMEL_ID_USART3 10 /* USART 3 */
28#define ATMEL_ID_MCI0 11 /* High Speed Multimedia Card Interface 0 */
29#define ATMEL_ID_TWI0 12 /* Two-Wire Interface 0 */
30#define ATMEL_ID_TWI1 13 /* Two-Wire Interface 1 */
31#define ATMEL_ID_SPI0 14 /* Serial Peripheral Interface 0 */
32#define ATMEL_ID_SPI1 15 /* Serial Peripheral Interface 1 */
33#define ATMEL_ID_SSC0 16 /* Synchronous Serial Controller 0 */
34#define ATMEL_ID_SSC1 17 /* Synchronous Serial Controller 1 */
35#define ATMEL_ID_TCB 18 /* Timer Counter 0, 1, 2, 3, 4 and 5 */
36#define ATMEL_ID_PWMC 19 /* Pulse Width Modulation Controller */
37#define ATMEL_ID_TSC 20 /* Touch Screen ADC Controller */
38#define ATMEL_ID_DMA 21 /* DMA Controller */
39#define ATMEL_ID_UHPHS 22 /* USB Host High Speed */
40#define ATMEL_ID_LCDC 23 /* LCD Controller */
41#define ATMEL_ID_AC97C 24 /* AC97 Controller */
42#define ATMEL_ID_EMAC 25 /* Ethernet MAC */
43#define ATMEL_ID_ISI 26 /* Image Sensor Interface */
44#define ATMEL_ID_UDPHS 27 /* USB Device High Speed */
45#define ATMEL_ID_AESTDESSHA 28 /* AES + T-DES + SHA */
46#define ATMEL_ID_MCI1 29 /* High Speed Multimedia Card Interface 1 */
47#define ATMEL_ID_VDEC 30 /* Video Decoder */
48#define ATMEL_ID_IRQ0 31 /* Advanced Interrupt Controller */
Sedji Gaouaou538566d2009-07-09 10:16:29 +020049
50/*
Reinhard Meyer987d5052011-02-18 09:33:51 +010051 * User Peripherals physical base addresses.
Sedji Gaouaou538566d2009-07-09 10:16:29 +020052 */
Reinhard Meyer987d5052011-02-18 09:33:51 +010053#define ATMEL_BASE_UDPHS 0xfff78000
54#define ATMEL_BASE_TC0 0xfff7c000
55#define ATMEL_BASE_TC1 0xfff7c040
56#define ATMEL_BASE_TC2 0xfff7c080
57#define ATMEL_BASE_MCI0 0xfff80000
58#define ATMEL_BASE_TWI0 0xfff84000
59#define ATMEL_BASE_TWI1 0xfff88000
60#define ATMEL_BASE_USART0 0xfff8c000
61#define ATMEL_BASE_USART1 0xfff90000
62#define ATMEL_BASE_USART2 0xfff94000
63#define ATMEL_BASE_USART3 0xfff98000
64#define ATMEL_BASE_SSC0 0xfff9c000
65#define ATMEL_BASE_SSC1 0xfffa0000
66#define ATMEL_BASE_SPI0 0xfffa4000
67#define ATMEL_BASE_SPI1 0xfffa8000
68#define ATMEL_BASE_AC97C 0xfffac000
69#define ATMEL_BASE_TSC 0xfffb0000
70#define ATMEL_BASE_ISI 0xfffb4000
71#define ATMEL_BASE_PWMC 0xfffb8000
72#define ATMEL_BASE_EMAC 0xfffbc000
73#define ATMEL_BASE_AES 0xfffc0000
74#define ATMEL_BASE_TDES 0xfffc4000
75#define ATMEL_BASE_SHA 0xfffc8000
76#define ATMEL_BASE_TRNG 0xfffcc000
77#define ATMEL_BASE_MCI1 0xfffd0000
78#define ATMEL_BASE_TC3 0xfffd4000
79#define ATMEL_BASE_TC4 0xfffd4040
80#define ATMEL_BASE_TC5 0xfffd4080
81/* Reserved: 0xfffd8000 - 0xffffe1ff */
Sedji Gaouaou538566d2009-07-09 10:16:29 +020082
Reinhard Meyer987d5052011-02-18 09:33:51 +010083/*
84 * System Peripherals physical base addresses.
85 */
86#define ATMEL_BASE_SYS 0xffffe200
87#define ATMEL_BASE_ECC 0xffffe200
88#define ATMEL_BASE_DDRSDRC1 0xffffe400
89#define ATMEL_BASE_DDRSDRC0 0xffffe600
90#define ATMEL_BASE_SMC 0xffffe800
91#define ATMEL_BASE_MATRIX 0xffffea00
92#define ATMEL_BASE_DMA 0xffffec00
93#define ATMEL_BASE_DBGU 0xffffee00
94#define ATMEL_BASE_AIC 0xfffff000
95#define ATMEL_BASE_PIOA 0xfffff200
96#define ATMEL_BASE_PIOB 0xfffff400
97#define ATMEL_BASE_PIOC 0xfffff600
98#define ATMEL_BASE_PIOD 0xfffff800
99#define ATMEL_BASE_PIOE 0xfffffa00
100#define ATMEL_BASE_PMC 0xfffffc00
101#define ATMEL_BASE_RSTC 0xfffffd00
102#define ATMEL_BASE_SHDWN 0xfffffd10
103#define ATMEL_BASE_RTT 0xfffffd20
104#define ATMEL_BASE_PIT 0xfffffd30
105#define ATMEL_BASE_WDT 0xfffffd40
Andre Renaudff38e7e2016-05-05 07:28:05 -0600106#define ATMEL_BASE_SCKCR 0xfffffd50
Reinhard Meyer987d5052011-02-18 09:33:51 +0100107#define ATMEL_BASE_GPBR 0xfffffd60
108#define ATMEL_BASE_RTC 0xfffffdb0
109/* Reserved: 0xfffffdc0 - 0xffffffff */
Jens Scharsig698ad062010-02-03 22:46:01 +0100110
Sedji Gaouaou538566d2009-07-09 10:16:29 +0200111/*
112 * Internal Memory.
113 */
Reinhard Meyer987d5052011-02-18 09:33:51 +0100114#define ATMEL_BASE_SRAM 0x00300000 /* Internal SRAM base address */
115#define ATMEL_BASE_ROM 0x00400000 /* Internal ROM base address */
116#define ATMEL_BASE_LCDC 0x00500000 /* LCD Controller */
117#define ATMEL_BASE_UDPHS_FIFO 0x00600000 /* USB Device HS controller */
118#define ATMEL_BASE_HCI 0x00700000 /* USB Host controller (OHCI) */
119#define ATMEL_BASE_EHCI 0x00800000 /* USB Host controller (EHCI) */
120#define ATMEL_BASE_VDEC 0x00900000 /* Video Decoder Controller */
Sedji Gaouaou538566d2009-07-09 10:16:29 +0200121
Reinhard Meyer987d5052011-02-18 09:33:51 +0100122/*
Thomas Petazzonib0263c52011-08-04 08:53:29 +0000123 * External memory
124 */
125#define ATMEL_BASE_CS0 0x10000000
126#define ATMEL_BASE_CS1 0x20000000
127#define ATMEL_BASE_CS2 0x30000000
128#define ATMEL_BASE_CS3 0x40000000
129#define ATMEL_BASE_CS4 0x50000000
130#define ATMEL_BASE_CS5 0x60000000
131#define ATMEL_BASE_CS6 0x70000000
132#define ATMEL_BASE_CS7 0x80000000
133
Bo Shen568079a2015-02-04 15:53:01 +0800134/* Timer */
135#define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c
136
Thomas Petazzonib0263c52011-08-04 08:53:29 +0000137/*
Reinhard Meyer987d5052011-02-18 09:33:51 +0100138 * Other misc defines
139 */
140#define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */
Reinhard Meyer4429e032011-08-04 20:56:11 +0000141#define ATMEL_BASE_PIO ATMEL_BASE_PIOA
142#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
143#define ATMEL_ID_UHP ATMEL_ID_UHPHS
Sedji Gaouaou538566d2009-07-09 10:16:29 +0200144/*
145 * Cpu Name
146 */
Reinhard Meyer987d5052011-02-18 09:33:51 +0100147#define ATMEL_CPU_NAME "AT91SAM9G45"
Sedji Gaouaou538566d2009-07-09 10:16:29 +0200148
149#endif