xref: /openbmc/linux/arch/sh/include/mach-se/mach/se7206.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2939a24a6SPaul Mundt #ifndef __ASM_SH_SE7206_H
3939a24a6SPaul Mundt #define __ASM_SH_SE7206_H
4939a24a6SPaul Mundt 
5939a24a6SPaul Mundt #define PA_SMSC		0x30000000
6939a24a6SPaul Mundt #define PA_MRSHPC	0x34000000
7939a24a6SPaul Mundt #define PA_LED		0x31400000
8939a24a6SPaul Mundt 
9939a24a6SPaul Mundt void init_se7206_IRQ(void);
10939a24a6SPaul Mundt 
11939a24a6SPaul Mundt #define __IO_PREFIX	se7206
12939a24a6SPaul Mundt #include <asm/io_generic.h>
13939a24a6SPaul Mundt 
14939a24a6SPaul Mundt #endif /* __ASM_SH_SE7206_H */
15