| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 07/14] MIPS: Loongson 3: Add serial port support. |
| From: | Huacai Chen <chenhuacai@gmail.com> |
| Date: | Fri, 15 Jun 2012 16:09:54 +0800 |
| Cc: | linux-mips@linux-mips.org, Fuxin Zhang <zhangfx@lemote.com>, Zhangjin Wu <wuzhangjin@gmail.com>, Huacai Chen <chenhc@lemote.com>, Hongliang Tao <taohl@lemote.com>, Hua Yan <yanh@lemote.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=RrNcsFKxQCs3734YgLByWyQWf5b/c7r388SmWUN5kLA=; b=HUn92F7oBJnR9ETojRcxqe/hT5hjyiZOtbJMlj/oZ6/34LBimRZZQKAwMTVGrmsSK3 iUQ8yonZS8dUlhTaR5HjgxJxw0KXcD8iBiUXnrgprAMzWTSPWO3eNZU2KrH5MP4gfdzZ VzSKUmhHjBd0hq5xF7AYf4eYKkYS+CO8zdcxMeenQ/IT2XrZ0S+WzIjGEX8A3pX3WKXm irSiXGcylAqlvFCaqJVKX0gzLJRqL74PK9iLquQU6L5gksUgFAe43L5sRNFpsV4kE/+i OBXsNUVPaISl+89rh94JVB3+lG2XfRgJez33h4aYnFFWFAX/8v8DZqAuU77VTJ7giPZK PuRg== |
| In-reply-to: | <1339747801-28691-1-git-send-email-chenhc@lemote.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1339747801-28691-1-git-send-email-chenhc@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Hongliang Tao <taohl@lemote.com>
Signed-off-by: Hua Yan <yanh@lemote.com>
---
arch/mips/include/asm/mach-loongson/loongson.h | 3 ++
arch/mips/loongson/common/serial.c | 27 ++++++++++++++++++++++++
arch/mips/loongson/common/uart_base.c | 5 ++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/arch/mips/include/asm/mach-loongson/loongson.h
b/arch/mips/include/asm/mach-loongson/loongson.h
index fe7d9a6..16d0924 100644
--- a/arch/mips/include/asm/mach-loongson/loongson.h
+++ b/arch/mips/include/asm/mach-loongson/loongson.h
@@ -125,6 +125,9 @@ static inline void do_perfcnt_IRQ(void)
#define LOONGSON_PCICONFIGBASE 0x00
#define LOONGSON_REGBASE 0x100
+/* Loongson-3A cpu uart */
+#define LOONGSON_UART_BASE 0x1fe001e0
+
/* PCI Configuration Registers */
#define LOONGSON_PCI_REG(x) LOONGSON_REG(LOONGSON_PCICONFIGBASE + (x))
diff --git a/arch/mips/loongson/common/serial.c
b/arch/mips/loongson/common/serial.c
index 7580873..6bfe9dd 100644
--- a/arch/mips/loongson/common/serial.c
+++ b/arch/mips/loongson/common/serial.c
@@ -47,6 +47,33 @@ static struct plat_serial8250_port uart8250_data[][2] = {
[MACH_DEXXON_GDIUM2F10] {PORT_M(3), {} },
[MACH_LEMOTE_NAS] {PORT_M(3), {} },
[MACH_LEMOTE_LL2F] {PORT(3), {} },
+ [MACH_LEMOTE_A1004] {
+ {
+ .irq =
MIPS_CPU_IRQ_BASE + 2,
+ .uartclk =
33177600,
+ .iotype =
UPIO_MEM,
+ .flags =
UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
+ },
+ {}
+ },
+ [MACH_LEMOTE_A1101] {
+ {
+ .irq =
MIPS_CPU_IRQ_BASE + 2,
+ .uartclk =
25000000,
+ .iotype =
UPIO_MEM,
+ .flags =
UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
+ },
+ {}
+ },
+ [MACH_LEMOTE_A1205] {
+ {
+ .irq =
MIPS_CPU_IRQ_BASE + 2,
+ .uartclk =
25000000,
+ .iotype =
UPIO_MEM,
+ .flags =
UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
+ },
+ {}
+ },
[MACH_LOONGSON_END] {},
};
diff --git a/arch/mips/loongson/common/uart_base.c
b/arch/mips/loongson/common/uart_base.c
index d69ea54..ca86c07 100644
--- a/arch/mips/loongson/common/uart_base.c
+++ b/arch/mips/loongson/common/uart_base.c
@@ -30,6 +30,11 @@ void prom_init_loongson_uart_base(void)
case MACH_LEMOTE_LL2F:
loongson_uart_base = LOONGSON_PCIIO_BASE + 0x2f8;
break;
+ case MACH_LEMOTE_A1004:
+ case MACH_LEMOTE_A1101:
+ case MACH_LEMOTE_A1205:
+ loongson_uart_base = LOONGSON_UART_BASE;
+ break;
case MACH_LEMOTE_ML2F7:
case MACH_LEMOTE_YL2F89:
case MACH_DEXXON_GDIUM2F10:
--
1.7.7.3
|
| Previous by Date: | [PATCH 06/14] MIPS: Loongson 3: Add IRQ init and dispatch support., Huacai Chen |
|---|---|
| Next by Date: | [PATCH 08/14] MIPS: Loongson: Add swiotlb to support big memory (>4GB)., Huacai Chen |
| Previous by Thread: | Re: [PATCH 06/14] MIPS: Loongson 3: Add IRQ init and dispatch support., LIU Qi |
| Next by Thread: | Re: [PATCH 07/14] MIPS: Loongson 3: Add serial port support., Rtp |
| Indexes: | [Date] [Thread] [Top] [All Lists] |