From: Bo Shen Date: Thu, 4 Jul 2013 07:16:39 +0000 (+0800) Subject: ARM: at91: sama5d3: add definition for usart base address X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=74919d19c71c4c2e4e8ebbe783b9d9692661d00f;p=deliverable%2Flinux.git ARM: at91: sama5d3: add definition for usart base address Signed-off-by: Bo Shen Signed-off-by: Nicolas Ferre --- 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 @@ -64,6 +64,14 @@ #define SAMA5D3_ID_TRNG 45 /* True Random Generator Number */ #define SAMA5D3_ID_IRQ0 47 /* Advanced Interrupt Controller (IRQ0) */ +/* + * User Peripheral physical base addresses. + */ +#define SAMA5D3_BASE_USART0 0xf001c000 +#define SAMA5D3_BASE_USART1 0xf0020000 +#define SAMA5D3_BASE_USART2 0xf8020000 +#define SAMA5D3_BASE_USART3 0xf8024000 + /* * Internal Memory */