summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/include/bsp/bestcomm/include/mgt5200/mgt5200.h
blob: 9e4b94cd102d4d2acd8e95770c7eec17e2d19153 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#ifndef __MGT5200_MGT5200_H
#define __MGT5200_MGT5200_H

/******************************************************************************
*
* Copyright (c) 2004 Freescale Semiconductor, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
******************************************************************************/

#define MBAR_CS         0x0000
#define MBAR_SDRAM      0x0100
#define MBAR_CDM        0x0200
#define MBAR_LPC        0x0300
#define MBAR_SCTMR      0x0400
#define MBAR_INT_CTRL   0x0500
#define MBAR_GPTIMER    0x0600
#define MBAR_SLTIMER    0x0700
#define MBAR_RTCLOCK    0x0800
#define MBAR_MSCAN      0x0900
#define MBAR_GPIO_STD   0x0B00
#define MBAR_GPIO_WKUP  0x0C00
#define MBAR_XCPCI      0x0D00
#define MBAR_SPI        0x0F00
#define MBAR_USB        0x1000
#define MBAR_SDMA       0x1200
#define MBAR_BDLC       0x1300
#define MBAR_IR         0x1400
#define MBAR_XLB_ARB    0x1F00
#define MBAR_PSC1       0x2000
#define MBAR_PSC2       0x2200
#define MBAR_PSC3       0x2400
#define MBAR_PSC4       0x2600
#define MBAR_PSC5       0x2800
#define MBAR_PSC6       0x2C00
#define MBAR_IRDA       0x2C00
#define MBAR_ETHERNET   0x3000
#define MBAR_SCPCI      0x3800
#define MBAR_ATA        0x3A00
#define MBAR_SCLPC      0x3C00
#define MBAR_I2C        0x3D00
#define MBAR_SRAM       0x8000

#endif /* __MGT5200_MGT5200_H */