Path: blob/master/arch/sh/include/mach-common/mach/sh7763rdp.h
26495 views
/* SPDX-License-Identifier: GPL-2.0 */1#ifndef __ASM_SH_SH7763RDP_H2#define __ASM_SH_SH7763RDP_H34/*5* linux/include/asm-sh/sh7763drp.h6*7* Copyright (C) 2008 Renesas Solutions8* Copyright (C) 2008 Nobuhiro Iwamatsu <[email protected]>9*/10#include <asm/addrspace.h>1112/* clock control */13#define MSTPCR1 0xFFC800381415/* PORT */16#define PORT_PSEL0 0xFFEF007017#define PORT_PSEL1 0xFFEF007218#define PORT_PSEL2 0xFFEF007419#define PORT_PSEL3 0xFFEF007620#define PORT_PSEL4 0xFFEF00782122#define PORT_PACR 0xFFEF000023#define PORT_PCCR 0xFFEF000424#define PORT_PFCR 0xFFEF000A25#define PORT_PGCR 0xFFEF000C26#define PORT_PHCR 0xFFEF000E27#define PORT_PICR 0xFFEF001028#define PORT_PJCR 0xFFEF001229#define PORT_PKCR 0xFFEF001430#define PORT_PLCR 0xFFEF001631#define PORT_PMCR 0xFFEF001832#define PORT_PNCR 0xFFEF001A3334/* FPGA */35#define CPLD_BOARD_ID_ERV_REG 0xB100000036#define CPLD_CPLD_CMD_REG 0xB10000063738/*39* USB SH7763RDP board can use Host only.40*/41#define USB_USBHSC 0xFFEC80f04243/* arch/sh/boards/renesas/sh7763rdp/irq.c */44void init_sh7763rdp_IRQ(void);45int sh7763rdp_irq_demux(int irq);46#define __IO_PREFIX sh7763rdp47#include <asm/io_generic.h>4849#endif /* __ASM_SH_SH7763RDP_H */505152