blob: 73e8dc36f6a4f11882dfde8aba7ecfa53cc15b7d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * include/asm-arm/arch-ixp4xx/hardware.h
3 *
4 * Copyright (C) 2002 Intel Corporation.
5 * Copyright (C) 2003-2004 MontaVista Software, Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 */
12
13/*
14 * Hardware definitions for IXP4xx based systems
15 */
16
17#ifndef __ASM_ARCH_HARDWARE_H__
18#define __ASM_ARCH_HARDWARE_H__
19
Ruslan V. Sushko45fba082007-04-06 15:00:31 +010020#define PCIBIOS_MIN_IO 0x00001000
21#define PCIBIOS_MIN_MEM (cpu_is_ixp43x() ? 0x40000000 : 0x48000000)
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
23/*
24 * We override the standard dma-mask routines for bouncing.
25 */
26#define HAVE_ARCH_PCI_SET_DMA_MASK
27
28#define pcibios_assign_all_busses() 1
29
Krzysztof Halasac18f6582007-12-18 03:53:27 +010030/* Register locations and bits */
31#include "ixp4xx-regs.h"
32
Vladimir Barinov53b2e012007-04-11 16:32:46 +010033#ifndef __ASSEMBLER__
34#include <asm/arch/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#endif
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037/* Platform helper functions and definitions */
38#include "platform.h"
39
40/* Platform specific details */
41#include "ixdp425.h"
Michael-Luke Jones0f185972006-12-16 23:04:05 +010042#include "avila.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include "coyote.h"
44#include "prpmc1100.h"
Alessandro Zummoa7918f32005-11-10 14:05:04 +000045#include "nslu2.h"
Rod Whitby3145d8a2006-01-04 17:17:11 +000046#include "nas100d.h"
Michael-Luke Jones28bd3a02007-04-28 08:31:40 +010047#include "dsmg600.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
49#endif /* _ASM_ARCH_HARDWARE_H */