blob: d8bf5d7d2fdf0a27888bb94e489725e40a24ada9 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0
2 *
3 * Definitions for the address spaces of the SH-2 CPUs.
4 *
5 * Copyright (C) 2003 Paul Mundt
6 */
7#ifndef __ASM_CPU_SH2_ADDRSPACE_H
8#define __ASM_CPU_SH2_ADDRSPACE_H
9
10#define P0SEG 0x00000000
11#define P1SEG 0x80000000
12#define P2SEG 0xa0000000
13#define P3SEG 0xc0000000
14#define P4SEG 0xe0000000
15
16#endif /* __ASM_CPU_SH2_ADDRSPACE_H */