diff options
Diffstat (limited to 'include/asm-arm/arch-at91/at91sam9g45.h')
| -rw-r--r-- | include/asm-arm/arch-at91/at91sam9g45.h | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/include/asm-arm/arch-at91/at91sam9g45.h b/include/asm-arm/arch-at91/at91sam9g45.h index 0feed9c28..99c03f77e 100644 --- a/include/asm-arm/arch-at91/at91sam9g45.h +++ b/include/asm-arm/arch-at91/at91sam9g45.h @@ -51,6 +51,17 @@  #define AT91SAM9G45_ID_VDEC	30	/* Video Decoder */  #define AT91SAM9G45_ID_IRQ0	31	/* Advanced Interrupt Controller */ +#define AT91_EMAC_BASE		0xfffbc000 +#define AT91_SMC_BASE		0xffffe800 +#define AT91_MATRIX_BASE	0xffffea00 +#define AT91_PIO_BASE		0xfffff200 +#define AT91_PMC_BASE		0xfffffc00 +#define AT91_RSTC_BASE		0xfffffd00 +#define AT91_PIT_BASE		0xfffffd30 +#define AT91_WDT_BASE		0xfffffd40 + +#ifdef CONFIG_AT91_LEGACY +  /*   * User Peripheral physical base addresses.   */ @@ -114,6 +125,8 @@  #define AT91_USART2	AT91SAM9G45_BASE_US2  #define AT91_USART3	AT91SAM9G45_BASE_US3 +#endif +  /*   * Internal Memory.   */ |