]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/sh/include/cpu-sh5/cpu/addrspace.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / sh / include / cpu-sh5 / cpu / addrspace.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a096a7e4
PM
2#ifndef __ASM_SH_CPU_SH5_ADDRSPACE_H
3#define __ASM_SH_CPU_SH5_ADDRSPACE_H
4
caead5ef
PM
5#define PHYS_PERIPHERAL_BLOCK 0x09000000
6#define PHYS_DMAC_BLOCK 0x0e000000
7#define PHYS_PCI_BLOCK 0x60000000
8#define PHYS_EMI_BLOCK 0xff000000
9
a096a7e4
PM
10/* No segmentation.. */
11
12#endif /* __ASM_SH_CPU_SH5_ADDRSPACE_H */