cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

littleton.h (352B)


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