Linux 5.6.13
[linux/fpc-iii.git] / arch / arm / mach-ixp4xx / include / mach / hardware.h
blobb884eedcd0fcfce86d3bd0810ac109cb7d5ba308
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-ixp4xx/include/mach/hardware.h
5 * Copyright (C) 2002 Intel Corporation.
6 * Copyright (C) 2003-2004 MontaVista Software, Inc.
7 */
9 /*
10 * Hardware definitions for IXP4xx based systems
13 #ifndef __ASM_ARCH_HARDWARE_H__
14 #define __ASM_ARCH_HARDWARE_H__
16 #ifdef CONFIG_IXP4XX_INDIRECT_PCI
17 #define PCIBIOS_MAX_MEM 0x4FFFFFFF
18 #else
19 #define PCIBIOS_MAX_MEM 0x4BFFFFFF
20 #endif
22 /* Register locations and bits */
23 #include "ixp4xx-regs.h"
25 #ifndef __ASSEMBLER__
26 #include <mach/cpu.h>
27 #endif
29 /* Platform helper functions and definitions */
30 #include "platform.h"
32 #endif /* _ASM_ARCH_HARDWARE_H */