162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Platform definitions for Titan
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci#ifndef _ASM_SH_TITAN_H
662306a36Sopenharmony_ci#define _ASM_SH_TITAN_H
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#include <linux/sh_intc.h>
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define __IO_PREFIX titan
1162306a36Sopenharmony_ci#include <asm/io_generic.h>
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci/* IRQ assignments */
1462306a36Sopenharmony_ci#define TITAN_IRQ_WAN		evt2irq(0x240)	/* eth0 (WAN) */
1562306a36Sopenharmony_ci#define TITAN_IRQ_LAN		evt2irq(0x2a0)	/* eth1 (LAN) */
1662306a36Sopenharmony_ci#define TITAN_IRQ_MPCIA		evt2irq(0x300)	/* mPCI A */
1762306a36Sopenharmony_ci#define TITAN_IRQ_MPCIB		evt2irq(0x360)	/* mPCI B */
1862306a36Sopenharmony_ci#define TITAN_IRQ_USB		evt2irq(0x360)	/* USB */
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#endif /* __ASM_SH_TITAN_H */
21