18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  mpc30x.h, Include file for Victor MP-C303/304.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 2002-2004  Yoichi Yuasa <yuasa@linux-mips.org>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef __VICTOR_MPC30X_H
88c2ecf20Sopenharmony_ci#define __VICTOR_MPC30X_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <asm/vr41xx/irq.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci/*
138c2ecf20Sopenharmony_ci * General-Purpose I/O Pin Number
148c2ecf20Sopenharmony_ci */
158c2ecf20Sopenharmony_ci#define VRC4173_PIN			1
168c2ecf20Sopenharmony_ci#define MQ200_PIN			4
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci/*
198c2ecf20Sopenharmony_ci * Interrupt Number
208c2ecf20Sopenharmony_ci */
218c2ecf20Sopenharmony_ci#define VRC4173_CASCADE_IRQ		GIU_IRQ(VRC4173_PIN)
228c2ecf20Sopenharmony_ci#define MQ200_IRQ			GIU_IRQ(MQ200_PIN)
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci#endif /* __VICTOR_MPC30X_H */
25