Path: blob/master/arch/sh/include/mach-common/mach/sh7763rdp.h
15162 views
#ifndef __ASM_SH_SH7763RDP_H1#define __ASM_SH_SH7763RDP_H23/*4* linux/include/asm-sh/sh7763drp.h5*6* Copyright (C) 2008 Renesas Solutions7* Copyright (C) 2008 Nobuhiro Iwamatsu <[email protected]>8*9* This file is subject to the terms and conditions of the GNU General Public10* License. See the file "COPYING" in the main directory of this archive11* for more details.12*13*/14#include <asm/addrspace.h>1516/* clock control */17#define MSTPCR1 0xFFC800381819/* PORT */20#define PORT_PSEL0 0xFFEF007021#define PORT_PSEL1 0xFFEF007222#define PORT_PSEL2 0xFFEF007423#define PORT_PSEL3 0xFFEF007624#define PORT_PSEL4 0xFFEF00782526#define PORT_PACR 0xFFEF000027#define PORT_PCCR 0xFFEF000428#define PORT_PFCR 0xFFEF000A29#define PORT_PGCR 0xFFEF000C30#define PORT_PHCR 0xFFEF000E31#define PORT_PICR 0xFFEF001032#define PORT_PJCR 0xFFEF001233#define PORT_PKCR 0xFFEF001434#define PORT_PLCR 0xFFEF001635#define PORT_PMCR 0xFFEF001836#define PORT_PNCR 0xFFEF001A3738/* FPGA */39#define CPLD_BOARD_ID_ERV_REG 0xB100000040#define CPLD_CPLD_CMD_REG 0xB10000064142/*43* USB SH7763RDP board can use Host only.44*/45#define USB_USBHSC 0xFFEC80f04647/* arch/sh/boards/renesas/sh7763rdp/irq.c */48void init_sh7763rdp_IRQ(void);49int sh7763rdp_irq_demux(int irq);50#define __IO_PREFIX sh7763rdp51#include <asm/io_generic.h>5253#endif /* __ASM_SH_SH7763RDP_H */545556