initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-arm / arch-sa1100 / pfs168.h
blob9e635f3540b3f560a488113bfa5d2eaadee62547
1 /*
2 * linux/include/asm-arm/arch-sa1100/pfs168.h
4 * Created 2000/06/05 by Nicolas Pitre <nico@cam.org>
6 * This file contains the hardware specific definitions for PFS-168
8 */
10 #ifndef __ASM_ARCH_HARDWARE_H
11 #error "include <asm/hardware.h> instead"
12 #endif
15 /* GPIOs for which the generic definition doesn't say much */
16 #define GPIO_RADIO_IRQ GPIO_GPIO (14) /* Radio interrupt request */
17 #define GPIO_L3_I2C_SDA GPIO_GPIO (15) /* L3 and SMB control ports */
18 #define GPIO_PS_MODE_SYNC GPIO_GPIO (16) /* Power supply mode/sync */
19 #define GPIO_L3_MODE GPIO_GPIO (17) /* L3 mode signal with LED */
20 #define GPIO_L3_I2C_SCL GPIO_GPIO (18) /* L3 and I2C control ports */
21 #define GPIO_STEREO_64FS_CLK GPIO_GPIO (19) /* SSP UDA1341 clock input */
22 #define GPIO_CF_IRQ GPIO_GPIO (21) /* CF IRQ */
23 #define GPIO_MBGNT GPIO_GPIO (21) /* 1111 MBGNT */
24 #define GPIO_CF_CD GPIO_GPIO (22) /* CF CD */
25 #define GPIO_MBREQ GPIO_GPIO (22) /* 1111 MBREQ */
26 #define GPIO_UCB1300_IRQ GPIO_GPIO (23) /* UCB GPIO and touchscreen */
27 #define GPIO_CF_BVD2 GPIO_GPIO (24) /* CF BVD */
28 #define GPIO_GFX_IRQ GPIO_GPIO (24) /* Graphics IRQ */
29 #define GPIO_CF_BVD1 GPIO_GPIO (25) /* CF BVD */
30 #define GPIO_NEP_IRQ GPIO_GPIO (25) /* Neponset IRQ */
31 #define GPIO_BATT_LOW GPIO_GPIO (26) /* Low battery */
32 #define GPIO_RCLK GPIO_GPIO (26) /* CCLK/2 */
34 #define IRQ_GPIO_CF_IRQ IRQ_GPIO21
35 #define IRQ_GPIO_CF_CD IRQ_GPIO22
36 #define IRQ_GPIO_MBREQ IRQ_GPIO22
37 #define IRQ_GPIO_UCB1300_IRQ IRQ_GPIO23
38 #define IRQ_GPIO_CF_BVD2 IRQ_GPIO24
39 #define IRQ_GPIO_CF_BVD1 IRQ_GPIO25
40 #define IRQ_GPIO_NEP_IRQ IRQ_GPIO25
44 * PFS-168 definitions:
47 #define SA1111_BASE (0x40000000)
49 #ifndef __ASSEMBLY__
50 #define PFS168_COM5_VBASE (*((volatile unsigned char *)(0xf0000000UL)))
51 #define PFS168_COM6_VBASE (*((volatile unsigned char *)(0xf0001000UL)))
52 #define PFS168_SYSC1RTS (*((volatile unsigned char *)(0xf0002000UL)))
53 #define PFS168_SYSLED (*((volatile unsigned char *)(0xf0003000UL)))
54 #define PFS168_SYSDTMF (*((volatile unsigned char *)(0xf0004000UL)))
55 #define PFS168_SYSLCDDE (*((volatile unsigned char *)(0xf0005000UL)))
56 #define PFS168_SYSC1DSR (*((volatile unsigned char *)(0xf0006000UL)))
57 #define PFS168_SYSC3TEN (*((volatile unsigned char *)(0xf0007000UL)))
58 #define PFS168_SYSCTLA (*((volatile unsigned char *)(0xf0008000UL)))
59 #define PFS168_SYSCTLB (*((volatile unsigned char *)(0xf0009000UL)))
60 #define PFS168_ETH_VBASE (*((volatile unsigned char *)(0xf000a000UL)))
61 #endif
63 #define PFS168_SYSLCDDE_STNDE (1<<0) /* CSTN display enable/disable (1/0) */
64 #define PFS168_SYSLCDDE_DESEL (1<<0) /* Active/Passive (1/0) display enable mode */
66 #define PFS168_SYSCTLA_BKLT (1<<0) /* LCD backlight invert on/off (1/0) */
67 #define PFS168_SYSCTLA_RLY (1<<1) /* Relay on/off (1/0) */
68 #define PFS168_SYSCTLA_PXON (1<<2) /* Opto relay connect/disconnect 1/0) */
69 #define PFS168_SYSCTLA_IRDA_FSEL (1<<3) /* IRDA Frequency select (0 = SIR, 1 = MIR/ FIR) */
71 #define PFS168_SYSCTLB_MG1 (1<<0) /* Motion detector gain select */
72 #define PFS168_SYSCTLB_MG0 (1<<1) /* Motion detector gain select */
73 #define PFS168_SYSCTLB_IRDA_MD1 (1<<2) /* Range/Power select */
74 #define PFS168_SYSCTLB_IRDA_MD0 (1<<3) /* Range/Power select */
75 #define PFS168_SYSCTLB_IRDA_MD_MASK (PFS168_SYSCTLB_IRDA_MD1|PFS168_SYSCTLB_IRDA_MD0)