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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-m68knommu/] [coldfire.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/****************************************************************************/
2
 
3
/*
4
 *      coldfire.h -- Motorola ColdFire CPU sepecific defines
5
 *
6
 *      (C) Copyright 1999-2000, Greg Ungerer (gerg@moreton.com.au)
7
 */
8
 
9
/****************************************************************************/
10
#ifndef coldfire_h
11
#define coldfire_h
12
/****************************************************************************/
13
 
14
#include <linux/config.h>
15
 
16
/*
17
 *      Define the processor support peripherals base address.
18
 *      This is generally setup by the boards start up code.
19
 */
20
#define MCF_MBAR        0x10000000
21
 
22
/*
23
 *      Define master clock frequency.
24
 */
25
#if defined(CONFIG_M5206)
26
#define MCF_CLK         25000000
27
#elif defined(CONFIG_M5206e)
28
#ifdef CONFIG_NETtel
29
#define MCF_CLK         40000000
30
#else
31
#define MCF_CLK         54000000
32
#endif
33
#elif defined(CONFIG_M5307)
34
#define MCF_CLK         45000000
35
#elif defined(CONFIG_M5204)
36
#define MCF_CLK         25000000
37
#endif
38
 
39
/****************************************************************************/
40
#endif  /* coldfire_h */

powered by: WebSVN 2.1.0

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