1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-ixp4xx/include/mach/hardware.h
5 * Copyright (C) 2002 Intel Corporation.
6 * Copyright (C) 2003-2004 MontaVista Software, Inc.
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
19 #define PCIBIOS_MAX_MEM 0x4BFFFFFF
22 /* Register locations and bits */
23 #include "ixp4xx-regs.h"
29 /* Platform helper functions and definitions */
32 #endif /* _ASM_ARCH_HARDWARE_H */