]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/e500.h
85xx: Add QE clk support
[people/ms/u-boot.git] / include / e500.h
1 /*
2 * Copyright 2003 Motorola,Inc.
3 * Xianghua Xiao(x.xiao@motorola.com)
4 */
5
6 #ifndef __E500_H__
7 #define __E500_H__
8
9 #ifndef __ASSEMBLY__
10
11 #ifndef CONFIG_NUM_CPUS
12 #define CONFIG_NUM_CPUS 1
13 #endif
14
15 typedef struct
16 {
17 unsigned long freqProcessor[CONFIG_NUM_CPUS];
18 unsigned long freqSystemBus;
19 unsigned long freqDDRBus;
20 unsigned long freqLocalBus;
21 unsigned long freqQE;
22 } MPC85xx_SYS_INFO;
23
24 #endif /* _ASMLANGUAGE */
25
26 #define RESET_VECTOR 0xfffffffc
27
28 #endif /* __E500_H__ */