Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / arch / arm / mach-pxa / littleton.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_ARCH_LITTLETON_H
3 #define __ASM_ARCH_LITTLETON_H
4
5 #define LITTLETON_ETH_PHYS      0x30000000
6
7 #define LITTLETON_GPIO_LCD_CS   (17)
8
9 #define EXT0_GPIO_BASE  (PXA_NR_BUILTIN_GPIO)
10 #define EXT0_GPIO(x)    (EXT0_GPIO_BASE + (x))
11
12 #define LITTLETON_NR_IRQS       (IRQ_BOARD_START + 8)
13
14 #endif /* __ASM_ARCH_LITTLETON_H */