1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MACH_SH2007_H
3 #define __MACH_SH2007_H
5 #define CS5BCR 0xff802050
6 #define CS5WCR 0xff802058
7 #define CS5PCR 0xff802070
13 #define PCMCIA_IODYN 1
17 #define PCMCIA_COMM8 4
18 #define PCMCIA_COMM16 5
19 #define PCMCIA_ATTR8 6
20 #define PCMCIA_ATTR16 7
25 /* write-read/write-write delay (0-7:0,1,2,3,4,5,6,7) */
28 /* different area, read-write delay (0-7:0,1,2,3,4,5,6,7) */
31 /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */
34 /* different area, read-read delay (0-7:0,1,2,3,4,5,6,7) */
37 /* same area, read-read delay (0-7:0,1,2,3,4,5,6,7) */
40 /* burst count (0-3:4,8,16,32) */
46 /* RD hold for SRAM (0-1:0,1) */
49 /* Burst pitch (0-7:0,1,2,3,4,5,6,7) */
52 /* Multiplex (0-1:0,1) */
56 #define TYPE5 TYPE_PCMCIA
57 #define TYPE6 TYPE_PCMCIA
58 /* address setup before assert CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
61 /* address hold after negate CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
64 /* CSn assert to RD assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
67 /* RD negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
70 /* CSn assert to WE assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
73 /* WE negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
76 /* BS hold (0-1:1,2) */
79 /* wait cycle (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
80 #define IW5 6 /* 60ns PIO mode 4 */
81 #define IW6 15 /* 250ns */
83 #define SAA5 PCMCIA_IODYN /* IDE area b4000000-b5ffffff */
84 #define SAB5 PCMCIA_IODYN /* CF area b6000000-b7ffffff */
85 #define PCWA5 0 /* additional wait A (0-3:0,15,30,50) */
86 #define PCWB5 0 /* additional wait B (0-3:0,15,30,50) */
87 /* wait B (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
89 /* Address->OE/WE assert delay A (0-7:0,1,2,3,6,9,12,15) */
91 /* Address->OE/WE assert delay B (0-7:0,1,2,3,6,9,12,15) */
93 /* OE/WE negate->Address delay A (0-7:0,1,2,3,6,9,12,15) */
95 /* OE/WE negate->Address delay B (0-7:0,1,2,3,6,9,12,15) */
98 #define CS5BCR_D ((IWW5<<28)|(IWRWD5<<24)|(IWRWS5<<20)| \
99 (IWRRD5<<16)|(IWRRS5<<12)|(BST5<<10)| \
100 (SZ5<<8)|(RDSPL5<<7)|(BW5<<4)|(MPX5<<3)|TYPE5)
101 #define CS5WCR_D ((ADS5<<28)|(ADH5<<24)|(RDS5<<20)| \
102 (RDH5<<16)|(WTS5<<12)|(WTH5<<8)|(BSH5<<4)|IW5)
103 #define CS5PCR_D ((SAA5<<28)|(SAB5<<24)|(PCWA5<<22)| \
104 (PCWB5<<20)|(PCIW5<<16)|(TEDA5<<12)| \
105 (TEDB5<<8)|(TEHA5<<4)|TEHB5)
107 #define SMC0_BASE 0xb0800000 /* eth0 */
108 #define SMC1_BASE 0xb0900000 /* eth1 */
109 #define CF_BASE 0xb6100000 /* Compact Flash (I/O area) */
110 #define IDE_BASE 0xb4000000 /* IDE */
111 #define PC104_IO_BASE 0xb8000000
112 #define PC104_MEM_BASE 0xba000000
113 #define SMC_IO_SIZE 0x100
115 #define CF_OFFSET 0x1f0
116 #define IDE_OFFSET 0x170
118 #endif /* __MACH_SH2007_H */