Path: blob/master/arch/arm/mach-ixp2000/include/mach/hardware.h
10820 views
/*1* arch/arm/mach-ixp2000/include/mach/hardware.h2*3* Hardware definitions for IXP2400/2800 based systems4*5* Original Author: Naeem M Afzal <[email protected]>6*7* Maintainer: Deepak Saxena <[email protected]>8*9* Copyright (C) 2001-2002 Intel Corp.10* Copyright (C) 2003-2004 MontaVista Software, Inc.11*12* This program is free software; you can redistribute it and/or modify it13* under the terms of the GNU General Public License as published by the14* Free Software Foundation; either version 2 of the License, or (at your15* option) any later version.16*/1718#ifndef __ASM_ARCH_HARDWARE_H__19#define __ASM_ARCH_HARDWARE_H__2021/*22* This needs to be platform-specific?23*/24#define PCIBIOS_MIN_IO 0x0000000025#define PCIBIOS_MIN_MEM 0x000000002627#include "ixp2000-regs.h" /* Chipset Registers */2829#define pcibios_assign_all_busses() 03031/*32* Platform helper functions33*/34#include "platform.h"3536/*37* Platform-specific bits38*/39#include "enp2611.h" /* ENP-2611 */40#include "ixdp2x00.h" /* IXDP2400/2800 */41#include "ixdp2x01.h" /* IXDP2401/2801 */4243#endif /* _ASM_ARCH_HARDWARE_H__ */444546