Go to the documentation of this file.
14 #ifndef __ASM_ARCH_NANOENGINE_H
15 #define __ASM_ARCH_NANOENGINE_H
17 #include <mach/irqs.h>
19 #define GPIO_PC_READY0 11
20 #define GPIO_PC_READY1 12
21 #define GPIO_PC_CD0 13
22 #define GPIO_PC_CD1 14
23 #define GPIO_PC_RESET0 15
24 #define GPIO_PC_RESET1 16
26 #define NANOENGINE_IRQ_GPIO_PCI IRQ_GPIO0
27 #define NANOENGINE_IRQ_GPIO_PC_READY0 IRQ_GPIO11
28 #define NANOENGINE_IRQ_GPIO_PC_READY1 IRQ_GPIO12
29 #define NANOENGINE_IRQ_GPIO_PC_CD0 IRQ_GPIO13
30 #define NANOENGINE_IRQ_GPIO_PC_CD1 IRQ_GPIO14
44 #define NANO_PCI_MEM_RW_PHYS 0x18600000
45 #define NANO_PCI_MEM_RW_VIRT 0xf1000000
46 #define NANO_PCI_MEM_RW_SIZE SZ_1M
47 #define NANO_PCI_CONFIG_SPACE_PHYS 0x18A10000
48 #define NANO_PCI_CONFIG_SPACE_VIRT 0xf2000000
49 #define NANO_PCI_CONFIG_SPACE_SIZE SZ_64K