1720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt#ifndef __CPU_SHX3_H
2720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt#define __CPU_SHX3_H
3720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
4720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundtenum {
5720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PA */
6720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PA7, GPIO_PA6, GPIO_PA5, GPIO_PA4,
7720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PA3, GPIO_PA2, GPIO_PA1, GPIO_PA0,
8720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
9720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PB */
10720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PB7, GPIO_PB6, GPIO_PB5, GPIO_PB4,
11720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PB3, GPIO_PB2, GPIO_PB1, GPIO_PB0,
12720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
13720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PC */
14720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PC7, GPIO_PC6, GPIO_PC5, GPIO_PC4,
15720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PC3, GPIO_PC2, GPIO_PC1, GPIO_PC0,
16720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
17720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PD */
18720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PD7, GPIO_PD6, GPIO_PD5, GPIO_PD4,
19720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PD3, GPIO_PD2, GPIO_PD1, GPIO_PD0,
20720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
21720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PE */
22720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PE7, GPIO_PE6, GPIO_PE5, GPIO_PE4,
23720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PE3, GPIO_PE2, GPIO_PE1, GPIO_PE0,
24720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
25720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PF */
26720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PF7, GPIO_PF6, GPIO_PF5, GPIO_PF4,
27720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PF3, GPIO_PF2, GPIO_PF1, GPIO_PF0,
28720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
29720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PG */
30720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PG7, GPIO_PG6, GPIO_PG5, GPIO_PG4,
31720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PG3, GPIO_PG2, GPIO_PG1, GPIO_PG0,
32720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
33720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* PH */
34720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PH5, GPIO_PH4,
35720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_PH3, GPIO_PH2, GPIO_PH1, GPIO_PH0,
36720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
37720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* SCIF */
38720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_SCK3, GPIO_FN_TXD3, GPIO_FN_RXD3,
39720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_SCK2, GPIO_FN_TXD2, GPIO_FN_RXD2,
40720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_SCK1, GPIO_FN_TXD1, GPIO_FN_RXD1,
41720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_SCK0, GPIO_FN_TXD0, GPIO_FN_RXD0,
42720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
43720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* LBSC */
44720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_D31, GPIO_FN_D30, GPIO_FN_D29, GPIO_FN_D28,
45720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_D27, GPIO_FN_D26, GPIO_FN_D25, GPIO_FN_D24,
46720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_D23, GPIO_FN_D22, GPIO_FN_D21, GPIO_FN_D20,
47720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_D19, GPIO_FN_D18, GPIO_FN_D17, GPIO_FN_D16,
48720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_WE3, GPIO_FN_WE2, GPIO_FN_CS6, GPIO_FN_CS5,
49720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_CS4, GPIO_FN_CLKOUTENB, GPIO_FN_BREQ,
50720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_IOIS16, GPIO_FN_CE2B, GPIO_FN_CE2A, GPIO_FN_BACK,
51720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
52720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* DMAC */
53720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_DACK0, GPIO_FN_DREQ0, GPIO_FN_DRAK0,
54720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_DACK1, GPIO_FN_DREQ1, GPIO_FN_DRAK1,
55720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_DACK2, GPIO_FN_DREQ2, GPIO_FN_DRAK2,
56720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_DACK3, GPIO_FN_DREQ3, GPIO_FN_DRAK3,
57720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
58720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	/* INTC */
59720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_IRQ3, GPIO_FN_IRQ2, GPIO_FN_IRQ1, GPIO_FN_IRQ0,
60720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_IRL3, GPIO_FN_IRL2, GPIO_FN_IRL1, GPIO_FN_IRL0,
61720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt	GPIO_FN_IRQOUT, GPIO_FN_STATUS1, GPIO_FN_STATUS0,
62720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt};
63720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt
64720a6bd785f92782921a1d0f00f15d60997f4037Paul Mundt#endif /* __CPU_SHX3_H */
65