]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/kup/common/kup.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / kup / common / kup.h
1 /*
2 * (C) Copyright 2004
3 * Klaus Heydeck, Kieback & Peter GmbH & Co KG, heydeck@kieback-peter.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #ifndef __KUP_H
9 #define __KUP_H
10
11 #define PA_8 0x0080
12 #define PA_9 0x0040
13 #define PA_10 0x0020
14 #define PA_11 0x0010
15 #define PA_12 0x0008
16
17 #define PB_14 0x00020000
18 #define PB_15 0x00010000
19 #define PB_16 0x00008000
20 #define PB_17 0x00004000
21
22 #define PC_4 0x0800
23 #define PC_5 0x0400
24 #define PC_9 0x0040
25
26 #define PA_RS485 PA_11 /* SCC1: 0=RS232 1=RS485 */
27 #define PA_LED_YELLOW PA_8
28 #define PA_RESET_IO_01 PA_9 /* Reset left IO */
29 #define PA_RESET_IO_02 PA_10 /* Reset right IO */
30 #define PB_PROG_IO_01 PB_15 /* Program left IO */
31 #define PB_PROG_IO_02 PB_16 /* Program right IO */
32 #define BP_USB_VCC PB_14 /* VCC for USB devices 0=vcc on, 1=vcc off */
33 #define PB_LCD_PWM PB_17 /* PB 17 */
34 #define PC_SWITCH1 PC_9 /* Reboot switch */
35
36
37 extern void poweron_key(void);
38 extern void load_sernum_ethaddr(void);
39
40 #endif /* __KUP_H */