]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/tqc/tqm8272/tqm8272.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / tqc / tqm8272 / tqm8272.h
CommitLineData
a6f2e455
HS
1/*
2 * (C) Copyright 2008
3 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
a6f2e455
HS
6 */
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};
37#endif