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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [pb11mpcore/] [offsets.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Describes physical memory layout of PB11MPCORE platform.
3
 *
4
 * This only include physical and memory offsets that
5
 * are not included in realview/offsets.h
6
 *
7
 * Copyright (C) 2007 Bahadir Balban
8
 */
9
 
10
#ifndef __PLATFORM_PB11MPCORE_OFFSETS_H__
11
#define __PLATFORM_PB11MPCORE_OFFSETS_H__
12
 
13
#include <l4/platform/realview/offsets.h>
14
 
15
/* Device offsets in physical memory */
16
#define PLATFORM_TIMER2_BASE            0x10018000 /* TIMER 4-5 */
17
#define PLATFORM_TIMER3_BASE            0x10019000 /* TIMER 6-7 */
18
#define PLATFORM_SYSCTRL1_BASE          0x1001A000 /* System controller 1 */
19
#define PLATFORM_CLCD0_BASE             0x10020000 /* CLCD */
20
#define PLATFORM_GIC0_BASE              0x1E000000 /* GIC 0 */
21
#define PLATFORM_GIC1_BASE              0x1E010000 /* GIC 1 */
22
#define PLATFORM_GIC2_BASE              0x1E020000 /* GIC 2 */
23
#define PLATFORM_GIC3_BASE              0x1E030000 /* GIC 3 */
24
 
25
/*
26
 * Device offsets in virtual memory. They offset to some virtual
27
 * device base address. Each page on this virtual base is consecutively
28
 * allocated to devices. Nice and smooth.
29
 */
30
 
31
/* Add userspace devices here as they become necessary for irqs */
32
 
33
/* Add size of various user space devices, to be used in capability generation */
34
 
35
#endif /* __PLATFORM_PB11MPCORE_OFFSETS_H__ */
36
 

powered by: WebSVN 2.1.0

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