1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __ASM_SH_RENESAS_RTS7751R2D_H
13#define __ASM_SH_RENESAS_RTS7751R2D_H
14
15#define PA_BCR 0xa4000000
16#define PA_IRLMON 0xa4000002
17#define PA_CFCTL 0xa4000004
18#define PA_CFPOW 0xa4000006
19#define PA_DISPCTL 0xa4000008
20#define PA_SDMPOW 0xa400000a
21#define PA_RTCCE 0xa400000c
22#define PA_PCICD 0xa400000e
23#define PA_VOYAGERRTS 0xa4000020
24
25#define PA_R2D1_AXRST 0xa4000022
26#define PA_R2D1_CFRST 0xa4000024
27#define PA_R2D1_ADMRTS 0xa4000026
28#define PA_R2D1_EXTRST 0xa4000028
29#define PA_R2D1_CFCDINTCLR 0xa400002a
30
31#define PA_R2DPLUS_CFRST 0xa4000022
32#define PA_R2DPLUS_ADMRTS 0xa4000024
33#define PA_R2DPLUS_EXTRST 0xa4000026
34#define PA_R2DPLUS_CFCDINTCLR 0xa4000028
35#define PA_R2DPLUS_KEYCTLCLR 0xa400002a
36
37#define PA_POWOFF 0xa4000030
38#define PA_VERREG 0xa4000032
39#define PA_INPORT 0xa4000034
40#define PA_OUTPORT 0xa4000036
41#define PA_BVERREG 0xa4000038
42
43#define PA_AX88796L 0xaa000400
44#define PA_VOYAGER 0xab000000
45#define PA_IDE_OFFSET 0x1f0
46#define AX88796L_IO_BASE 0x1000
47
48#define IRLCNTR1 (PA_BCR + 0)
49
50#define R2D_FPGA_IRQ_BASE 100
51
52#define IRQ_VOYAGER (R2D_FPGA_IRQ_BASE + 0)
53#define IRQ_EXT (R2D_FPGA_IRQ_BASE + 1)
54#define IRQ_TP (R2D_FPGA_IRQ_BASE + 2)
55#define IRQ_RTC_T (R2D_FPGA_IRQ_BASE + 3)
56#define IRQ_RTC_A (R2D_FPGA_IRQ_BASE + 4)
57#define IRQ_SDCARD (R2D_FPGA_IRQ_BASE + 5)
58#define IRQ_CF_CD (R2D_FPGA_IRQ_BASE + 6)
59#define IRQ_CF_IDE (R2D_FPGA_IRQ_BASE + 7)
60#define IRQ_AX88796 (R2D_FPGA_IRQ_BASE + 8)
61#define IRQ_KEY (R2D_FPGA_IRQ_BASE + 9)
62#define IRQ_PCI_INTA (R2D_FPGA_IRQ_BASE + 10)
63#define IRQ_PCI_INTB (R2D_FPGA_IRQ_BASE + 11)
64#define IRQ_PCI_INTC (R2D_FPGA_IRQ_BASE + 12)
65#define IRQ_PCI_INTD (R2D_FPGA_IRQ_BASE + 13)
66
67#endif
68