blob: 1eeaf0e993cc395c84443f3bea20bd8d15879738 [file] [log] [blame]
Heiko Schochera6f2e452008-08-28 13:50:42 +02001/*
2 * (C) Copyright 2008
3 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02005 * SPDX-License-Identifier: GPL-2.0+
Heiko Schochera6f2e452008-08-28 13:50:42 +02006 */
7
8#ifndef _TQM8272_HEADER_H
9#define _TQM8272_HEADER_H
10
11#define _NOT_USED_ 0xFFFFFFFF
12
13typedef 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
35static HWIB_INFO hwinf = {0, 0, 1, 0, 1, 0, 0, 0, 0, 8272, 0 ,0,
36 0, 0, 0, 0, 0, 0};
Heiko Schocherea818db2013-01-29 08:53:15 +010037#endif /* __CONFIG_H */