summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/include/mach/platform.h
blob: d8561c1610f15f2a04720e677b353a1bbfcc3646 (plain)
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
/*
 * Extract from arch/arm/mach-bcm2708/include/mach/platform.h
 *
 * Copyright (C) 2010 Broadcom
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */

#ifndef _BCM2835_PLATFORM_H
#define _BCM2835_PLATFORM_H

/*
 *  SDRAM
 */
#define BCM2835_SDRAM_BASE	0x00000000

/*
 * Definitions and addresses for the ARM CONTROL logic
 * This file is manually generated.
 */

#define BCM2835_CACHELINE_SIZE	64

#define BCM2835_PL011_BASE 0x20201000
#define BCM2836_PL011_BASE 0x3f201000
#define BCM2836_MINIUART_BASE 0x3f215040

#endif

/* END */