OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-arm/] [arch-shark/] [hardware.h] - Rev 1765

Compare with Previous | Blame | View Log

/*
 * linux/include/asm-arm/arch-shark/hardware.h
 *
 * by Alexander Schulz
 *
 * derived from:
 * linux/include/asm-arm/arch-ebsa110/hardware.h
 * Copyright (C) 1996-1999 Russell King.
 */
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
 
#ifndef __ASSEMBLY__
 
/*
 * Mapping areas
 */
#define IO_BASE			0xe0000000
 
/*
 * RAM definitions
 */
#define FLUSH_BASE_PHYS		0x80000000
 
#else
 
#define IO_BASE			0
 
#endif
 
#define IO_SIZE			0x08000000
#define IO_START		0x40000000
#define ROMCARD_SIZE		0x08000000
#define ROMCARD_START		0x10000000
 
#define FLUSH_BASE		0xdf000000
#define PCIO_BASE		0xe0000000
 
 
/* defines for the Framebuffer */
#define FB_START                0x06000000
 
#define UNCACHEABLE_ADDR        0xdf010000
 
#define SEQUOIA_LED_GREEN       (1<<6)
#define SEQUOIA_LED_AMBER       (1<<5)
#define SEQUOIA_LED_BACK        (1<<7)
 
#define pcibios_assign_all_busses()     1
 
#define PCIBIOS_MIN_IO          0x6000
#define PCIBIOS_MIN_MEM         0x50000000
 
#endif
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.