xref: /openbmc/linux/arch/sh/include/cpu-common/cpu/addrspace.h (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*6a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0
2*6a0abce4SKuninori Morimoto  *
393dc544cSPaul Mundt  * Definitions for the address spaces of the SH-2 CPUs.
493dc544cSPaul Mundt  *
593dc544cSPaul Mundt  * Copyright (C) 2003  Paul Mundt
693dc544cSPaul Mundt  */
793dc544cSPaul Mundt #ifndef __ASM_CPU_SH2_ADDRSPACE_H
893dc544cSPaul Mundt #define __ASM_CPU_SH2_ADDRSPACE_H
993dc544cSPaul Mundt 
1093dc544cSPaul Mundt #define P0SEG		0x00000000
1193dc544cSPaul Mundt #define P1SEG		0x80000000
1293dc544cSPaul Mundt #define P2SEG		0xa0000000
1393dc544cSPaul Mundt #define P3SEG		0xc0000000
1493dc544cSPaul Mundt #define P4SEG		0xe0000000
1593dc544cSPaul Mundt 
1693dc544cSPaul Mundt #endif /* __ASM_CPU_SH2_ADDRSPACE_H */
17