2 * Copyright (C) 2009 Lemote, Inc.
3 * Author: Wu Zhangjin <wuzhangjin@gmail.com>
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
11 #ifndef __ASM_MACH_LOONGSON_MEM_H
12 #define __ASM_MACH_LOONGSON_MEM_H
17 * in loongson2e, starts from 512M
18 * in loongson2f, starts from 2G 256M
20 #ifdef CONFIG_CPU_LOONGSON2E
21 #define LOONGSON_HIGHMEM_START 0x20000000
23 #define LOONGSON_HIGHMEM_START 0x90000000
27 * the peripheral registers(MMIO):
29 * On the Lemote Loongson 2e system, reside between 0x1000:0000 and 0x2000:0000.
30 * On the Lemote Loongson 2f system, reside between 0x1000:0000 and 0x8000:0000.
33 #define LOONGSON_MMIO_MEM_START 0x10000000
35 #ifdef CONFIG_CPU_LOONGSON2E
36 #define LOONGSON_MMIO_MEM_END 0x20000000
38 #define LOONGSON_MMIO_MEM_END 0x80000000
41 #endif /* __ASM_MACH_LOONGSON_MEM_H */