Eric Miao | 3b24f30 | 2008-12-10 17:04:38 +0800 | [diff] [blame] | 1 | #ifndef __ASM_ARCH_LITTLETON_H |
| 2 | #define __ASM_ARCH_LITTLETON_H |
| 3 | |
Linus Walleij | f55be1b | 2011-09-28 09:11:30 +0100 | [diff] [blame^] | 4 | #include <mach/gpio-pxa.h> |
eric miao | e1d9b95 | 2007-12-13 10:41:43 +0800 | [diff] [blame] | 5 | |
| 6 | #define LITTLETON_ETH_PHYS 0x30000000 |
| 7 | |
Eric Miao | 24ff4cd | 2008-09-01 06:56:07 +0800 | [diff] [blame] | 8 | #define LITTLETON_GPIO_LCD_CS (17) |
| 9 | |
Eric Miao | 3b24f30 | 2008-12-10 17:04:38 +0800 | [diff] [blame] | 10 | #define EXT0_GPIO_BASE (NR_BUILTIN_GPIO) |
| 11 | #define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x)) |
| 12 | |
Haojian Zhuang | 6ac6b81 | 2010-08-20 15:23:59 +0800 | [diff] [blame] | 13 | #define LITTLETON_NR_IRQS (IRQ_BOARD_START + 8) |
| 14 | |
Eric Miao | 3b24f30 | 2008-12-10 17:04:38 +0800 | [diff] [blame] | 15 | #endif /* __ASM_ARCH_LITTLETON_H */ |