| * Copyright (C) 2009 Lemote Inc. |
| * Author: Wu Zhangjin, wuzhangjin@gmail.com |
| * This program is free software; you can redistribute it and/or modify it |
| * under the terms of the GNU General Public License as published by the |
| * Free Software Foundation; either version 2 of the License, or (at your |
| * option) any later version. |
| #include <linux/module.h> |
| #include <asm/bootinfo.h> |
| unsigned long _loongson_uart_base; |
| EXPORT_SYMBOL(_loongson_uart_base); |
| unsigned long loongson_uart_base; |
| EXPORT_SYMBOL(loongson_uart_base); |
| void prom_init_loongson_uart_base(void) |
| loongson_uart_base = LOONGSON_PCIIO_BASE + 0x3f8; |
| loongson_uart_base = LOONGSON_PCIIO_BASE + 0x2f8; |
| case MACH_DEXXON_GDIUM2F10: |
| /* The CPU provided serial port */ |
| loongson_uart_base = LOONGSON_LIO1_BASE + 0x3f8; |
| (unsigned long)ioremap_nocache(loongson_uart_base, 8); |