summaryrefslogtreecommitdiff
path: root/arch/arm/plat-aspeed/include/plat/regs-lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-aspeed/include/plat/regs-lpc.h')
-rw-r--r--arch/arm/plat-aspeed/include/plat/regs-lpc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-aspeed/include/plat/regs-lpc.h b/arch/arm/plat-aspeed/include/plat/regs-lpc.h
index f4523d7eaeb0..92c51301960f 100644
--- a/arch/arm/plat-aspeed/include/plat/regs-lpc.h
+++ b/arch/arm/plat-aspeed/include/plat/regs-lpc.h
@@ -186,6 +186,12 @@
#define GET_LPC_SNPD1(x) ((x >> 7) & 0xff)
#define GET_LPC_SNPD0(x) (x & 0xff)
+/* AST_LPC_HICR9 0x098 - LPC Host Interface Control Register 9 */
+#define LPC_HICR9_SOURCE_UART1 (1 << 4)
+#define LPC_HICR9_SOURCE_UART2 (1 << 5)
+#define LPC_HICR9_SOURCE_UART3 (1 << 6)
+#define LPC_HICR9_SOURCE_UART4 (1 << 7)
+
/*AST_LPC_PCCR0 0x130 - Post Code Contol Register 0 */
#define LPC_POST_DMA_INT_EN (1 << 31)
#define LPC_POST_DMA_MODE_EN (1 << 14)