git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
14 lines
313 B
C
14 lines
313 B
C
#ifndef __ASM_ARCH_LITTLETON_H
|
|
#define __ASM_ARCH_LITTLETON_H
|
|
|
|
#define LITTLETON_ETH_PHYS 0x30000000
|
|
|
|
#define LITTLETON_GPIO_LCD_CS (17)
|
|
|
|
#define EXT0_GPIO_BASE (PXA_NR_BUILTIN_GPIO)
|
|
#define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x))
|
|
|
|
#define LITTLETON_NR_IRQS (IRQ_BOARD_START + 8)
|
|
|
|
#endif /* __ASM_ARCH_LITTLETON_H */
|