root/arch/arm/mach-pxa/littleton.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */