18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci *
38c2ecf20Sopenharmony_ci * Definitions for the address spaces of the SH-2 CPUs.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2003  Paul Mundt
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef __ASM_CPU_SH2_ADDRSPACE_H
88c2ecf20Sopenharmony_ci#define __ASM_CPU_SH2_ADDRSPACE_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define P0SEG		0x00000000
118c2ecf20Sopenharmony_ci#define P1SEG		0x80000000
128c2ecf20Sopenharmony_ci#define P2SEG		0xa0000000
138c2ecf20Sopenharmony_ci#define P3SEG		0xc0000000
148c2ecf20Sopenharmony_ci#define P4SEG		0xe0000000
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* __ASM_CPU_SH2_ADDRSPACE_H */
17