dm36x: Add UART0 and INTC addresses.

This commit is contained in:
Kelvin Lawson
2013-09-17 15:24:57 +01:00
parent 23b533f2a2
commit 45a5e9f5a2

View File

@@ -57,8 +57,12 @@
#define DM36X_INTC_IRQ0 0x08
#define DM36X_INTC_IRQ1 0x0C
#define DM36X_INTC_IRQENTRY 0x10
#define DM36X_INTC_EINT1 0x1C
#define DM36X_INTC_INTCTL 0x20
#define DM36X_INTC_EABASE 0x24
#define DM36X_INTC_VEC_TINT0 32
#define DM36X_UART0_BASE 0x01C20000 /* UART0 */
#define DM36X_UART1_BASE 0x01D06000 /* UART1 */