1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2f15cbe6fSPaul Mundt #ifndef __ASM_SH_SH03_H 3f15cbe6fSPaul Mundt #define __ASM_SH_SH03_H 4f15cbe6fSPaul Mundt 5f15cbe6fSPaul Mundt /* 6f15cbe6fSPaul Mundt * linux/include/asm-sh/sh03/sh03.h 7f15cbe6fSPaul Mundt * 8f15cbe6fSPaul Mundt * Copyright (C) 2004 Interface Co., Ltd. Saito.K 9f15cbe6fSPaul Mundt * 10f15cbe6fSPaul Mundt * Interface CTP/PCI-SH03 support 11f15cbe6fSPaul Mundt */ 12f15cbe6fSPaul Mundt 13f15cbe6fSPaul Mundt #define PA_PCI_IO (0xbe240000) /* PCI I/O space */ 14f15cbe6fSPaul Mundt #define PA_PCI_MEM (0xbd000000) /* PCI MEM space */ 15f15cbe6fSPaul Mundt 16f15cbe6fSPaul Mundt #define PCIPAR (0xa4000cf8) /* PCI Config address */ 17f15cbe6fSPaul Mundt #define PCIPDR (0xa4000cfc) /* PCI Config data */ 18f15cbe6fSPaul Mundt 19f15cbe6fSPaul Mundt #endif /* __ASM_SH_SH03_H */ 20