Go to the documentation of this file.
18 #ifndef __ASM_SIBYTE_SWARM_H
19 #define __ASM_SIBYTE_SWARM_H
24 #ifdef CONFIG_SIBYTE_SWARM
25 #define SIBYTE_BOARD_NAME "BCM91250A (SWARM)"
26 #define SIBYTE_HAVE_PCMCIA 1
27 #define SIBYTE_HAVE_IDE 1
29 #ifdef CONFIG_SIBYTE_LITTLESUR
30 #define SIBYTE_BOARD_NAME "BCM91250C2 (LittleSur)"
31 #define SIBYTE_HAVE_PCMCIA 0
32 #define SIBYTE_HAVE_IDE 1
33 #define SIBYTE_DEFAULT_CONSOLE "cfe0"
35 #ifdef CONFIG_SIBYTE_CRHONE
36 #define SIBYTE_BOARD_NAME "BCM91125C (CRhone)"
37 #define SIBYTE_HAVE_PCMCIA 0
38 #define SIBYTE_HAVE_IDE 0
40 #ifdef CONFIG_SIBYTE_CRHINE
41 #define SIBYTE_BOARD_NAME "BCM91120C (CRhine)"
42 #define SIBYTE_HAVE_PCMCIA 0
43 #define SIBYTE_HAVE_IDE 0
48 #define LEDS_PHYS 0x100a0000
50 #ifdef SIBYTE_HAVE_IDE
52 #define IDE_PHYS 0x100b0000
53 #define K_GPIO_GB_IDE 4
54 #define K_INT_GB_IDE (K_INT_GPIO_0 + K_GPIO_GB_IDE)
57 #ifdef SIBYTE_HAVE_PCMCIA
59 #define PCMCIA_PHYS 0x11000000
60 #define K_GPIO_PC_READY 9
61 #define K_INT_PC_READY (K_INT_GPIO_0 + K_GPIO_PC_READY)