blob: 65da374de73555e65da10f50e241198a4a973ba7 [file] [log] [blame]
Tzachi Perelstein585cf172007-10-23 15:14:41 -04001/*
2 * include/asm-arm/arch-orion/hardware.h
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
Tzachi Perelstein585cf172007-10-23 15:14:41 -04007 */
8
9#ifndef __ASM_ARCH_HARDWARE_H__
10#define __ASM_ARCH_HARDWARE_H__
11
12#include "orion.h"
13
Lennert Buytenhek7f74c2c2008-02-07 21:55:17 +010014#define pcibios_assign_all_busses() 1
Tzachi Perelstein585cf172007-10-23 15:14:41 -040015
Lennert Buytenhek7f74c2c2008-02-07 21:55:17 +010016#define PCIBIOS_MIN_IO 0x00001000
17#define PCIBIOS_MIN_MEM 0x01000000
18#define PCIMEM_BASE ORION_PCIE_MEM_PHYS_BASE
Tzachi Perelstein585cf172007-10-23 15:14:41 -040019
Tzachi Perelstein585cf172007-10-23 15:14:41 -040020
Lennert Buytenhek7f74c2c2008-02-07 21:55:17 +010021#endif