]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - arch/arm/mach-ixp4xx/include/mach/hardware.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[thirdparty/kernel/stable.git] / arch / arm / mach-ixp4xx / include / mach / hardware.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
1da177e4 2/*
a09e64fb 3 * arch/arm/mach-ixp4xx/include/mach/hardware.h
1da177e4
LT
4 *
5 * Copyright (C) 2002 Intel Corporation.
6 * Copyright (C) 2003-2004 MontaVista Software, Inc.
1da177e4
LT
7 */
8
9/*
10 * Hardware definitions for IXP4xx based systems
11 */
12
13#ifndef __ASM_ARCH_HARDWARE_H__
14#define __ASM_ARCH_HARDWARE_H__
15
ed5b9fa0 16#ifdef CONFIG_IXP4XX_INDIRECT_PCI
ed5b9fa0
KH
17#define PCIBIOS_MAX_MEM 0x4FFFFFFF
18#else
ed5b9fa0
KH
19#define PCIBIOS_MAX_MEM 0x4BFFFFFF
20#endif
1da177e4 21
c18f6581
KH
22/* Register locations and bits */
23#include "ixp4xx-regs.h"
24
53b2e01b 25#ifndef __ASSEMBLER__
a09e64fb 26#include <mach/cpu.h>
1da177e4
LT
27#endif
28
1da177e4
LT
29/* Platform helper functions and definitions */
30#include "platform.h"
31
1da177e4 32#endif /* _ASM_ARCH_HARDWARE_H */