projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e4ab8
)
ARM: at91: sama5d3: add definition for usart base address
author
Bo Shen
<voice.shen@atmel.com>
Thu, 4 Jul 2013 07:16:39 +0000
(15:16 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 22 Aug 2013 10:28:41 +0000
(12:28 +0200)
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/include/mach/sama5d3.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/include/mach/sama5d3.h
b/arch/arm/mach-at91/include/mach/sama5d3.h
index 6dc81ee38048c3ee1e874e37352fccea5adcef0b..31096a8aaf1d507287d62f6ef8250096f7ee09ea 100644
(file)
--- 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
*/