Go to the documentation of this file.
18 #ifndef __ASM_SIBYTE_BIGSUR_H
19 #define __ASM_SIBYTE_BIGSUR_H
24 #ifdef CONFIG_SIBYTE_BIGSUR
25 #define SIBYTE_BOARD_NAME "BCM91x80A/B (BigSur)"
26 #define SIBYTE_HAVE_PCMCIA 1
27 #define SIBYTE_HAVE_IDE 1
32 #define LEDS_PHYS 0x100a0000
34 #ifdef SIBYTE_HAVE_IDE
36 #define IDE_PHYS 0x100b0000
37 #define K_GPIO_GB_IDE 4
38 #define K_INT_GB_IDE (K_INT_GPIO_0 + K_GPIO_GB_IDE)
41 #ifdef SIBYTE_HAVE_PCMCIA
43 #define PCMCIA_PHYS 0x11000000
44 #define K_GPIO_PC_READY 9
45 #define K_INT_PC_READY (K_INT_GPIO_0 + K_GPIO_PC_READY)