]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/tqc/tqm8272/tqm8272.h
MIPS: mips32/cache.S: use v1 register for indirect function calls
[karo-tx-uboot.git] / board / tqc / tqm8272 / tqm8272.h
1 /*
2  * (C) Copyright 2008
3  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+ 
6  */
7
8 #ifndef _TQM8272_HEADER_H
9 #define _TQM8272_HEADER_H
10
11 #define _NOT_USED_      0xFFFFFFFF
12
13 typedef struct{
14         int     Bus;
15         int     flash;
16         int     flash_nr;
17         int     ram;
18         int     ram_cs;
19         int     nand;
20         int     nand_cs;
21         int     eeprom;
22         int     can;
23         unsigned long   cpunr;
24         unsigned long   option;
25         int     SecEng;
26         int     cpucl;
27         int     cpmcl;
28         int     buscl;
29         int     busclk_real_ok;
30         int     busclk_real;
31         unsigned char   OK;
32         unsigned char  ethaddr[20];
33 } HWIB_INFO;
34
35 static HWIB_INFO        hwinf = {0, 0, 1, 0, 1, 0, 0, 0, 0, 8272, 0 ,0,
36                          0, 0, 0, 0, 0, 0};
37 #endif