[ARM] pxa: rename colibri.c to colibri-pxa270.c
[deliverable/linux.git] / arch / arm / mach-pxa / include / mach / colibri.h
1 #ifndef _COLIBRI_H_
2 #define _COLIBRI_H_
3
4 /* physical memory regions */
5 #define COLIBRI_SDRAM_BASE 0xa0000000 /* SDRAM region */
6
7 #define COLIBRI_PXA270_FLASH_PHYS (PXA_CS0_PHYS) /* Flash region */
8 #define COLIBRI_PXA270_ETH_PHYS (PXA_CS2_PHYS) /* Ethernet */
9 #define COLIBRI_PXA270_ETH_IRQ_GPIO 114
10 #define COLIBRI_PXA270_ETH_IRQ \
11 gpio_to_irq(mfp_to_gpio(COLIBRI_PXA270_ETH_IRQ_GPIO))
12
13 #endif /* _COLIBRI_H_ */
14
This page took 0.133633 seconds and 5 git commands to generate.