diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-07-04 03:16:39 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-08-22 06:28:41 -0400 |
commit | 74919d19c71c4c2e4e8ebbe783b9d9692661d00f (patch) | |
tree | 88124ca622866c02cd0a14742821a001cfad020d /arch/arm/mach-at91/include/mach | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 (diff) |
ARM: at91: sama5d3: add definition for usart base address
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach')
-rw-r--r-- | arch/arm/mach-at91/include/mach/sama5d3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/sama5d3.h b/arch/arm/mach-at91/include/mach/sama5d3.h index 6dc81ee38048..31096a8aaf1d 100644 --- a/arch/arm/mach-at91/include/mach/sama5d3.h +++ b/arch/arm/mach-at91/include/mach/sama5d3.h | |||
@@ -65,6 +65,14 @@ | |||
65 | #define SAMA5D3_ID_IRQ0 47 /* Advanced Interrupt Controller (IRQ0) */ | 65 | #define SAMA5D3_ID_IRQ0 47 /* Advanced Interrupt Controller (IRQ0) */ |
66 | 66 | ||
67 | /* | 67 | /* |
68 | * User Peripheral physical base addresses. | ||
69 | */ | ||
70 | #define SAMA5D3_BASE_USART0 0xf001c000 | ||
71 | #define SAMA5D3_BASE_USART1 0xf0020000 | ||
72 | #define SAMA5D3_BASE_USART2 0xf8020000 | ||
73 | #define SAMA5D3_BASE_USART3 0xf8024000 | ||
74 | |||
75 | /* | ||
68 | * Internal Memory | 76 | * Internal Memory |
69 | */ | 77 | */ |
70 | #define SAMA5D3_SRAM_BASE 0x00300000 /* Internal SRAM base address */ | 78 | #define SAMA5D3_SRAM_BASE 0x00300000 /* Internal SRAM base address */ |