blob: c7c99d07881725d4e50411519efabd443134422d [file] [log] [blame]
Daniel Mack4e4fc052008-01-23 14:54:50 +01001#ifndef _COLIBRI_H_
2#define _COLIBRI_H_
3
4/* physical memory regions */
Daniel Mack4e4fc052008-01-23 14:54:50 +01005#define COLIBRI_SDRAM_BASE 0xa0000000 /* SDRAM region */
6
Daniel Mack5c0dbb82009-03-13 16:37:08 +01007#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))
Daniel Mack4e4fc052008-01-23 14:54:50 +010012
13#endif /* _COLIBRI_H_ */
Daniel Mack5c0dbb82009-03-13 16:37:08 +010014