Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[sfrench/cifs-2.6.git] / arch / cris / include / arch-v32 / mach-a3 / mach / memmap.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_ARCH_MEMMAP_H
3 #define _ASM_ARCH_MEMMAP_H
4
5 #define MEM_INTMEM_START (0x38000000)
6 #define MEM_INTMEM_SIZE (0x00018000)
7 #define MEM_DRAM_START (0x40000000)
8
9 #define MEM_NON_CACHEABLE (0x80000000)
10
11 #endif