]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/actux4/actux4_hw.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / board / actux4 / actux4_hw.h
1 /*
2  * (C) Copyright 2007
3  * Michael Schwingen, michael@schwingen.org
4  *
5  * hardware register definitions for the AcTux-4 board.
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef _ACTUX4_HW_H
11 #define _ACTUX4_HW_H
12
13 /*
14  * GPIO settings
15  */
16 #define CONFIG_SYS_GPIO_USBINTA         0
17 #define CONFIG_SYS_GPIO_USBINTB         1
18 #define CONFIG_SYS_GPIO_USBINTC         2
19 #define CONFIG_SYS_GPIO_nPWRON                  3       /* Out */
20 #define CONFIG_SYS_GPIO_I2C_SCL         4
21 #define CONFIG_SYS_GPIO_I2C_SDA         5
22 #define CONFIG_SYS_GPIO_PCI_INTB                6
23 #define CONFIG_SYS_GPIO_BUTTON1         7
24 #define CONFIG_SYS_GPIO_LED1                    8       /* Out */
25 #define CONFIG_SYS_GPIO_RTCINT                  9
26 #define CONFIG_SYS_GPIO_LED2                    10      /* Out */
27 #define CONFIG_SYS_GPIO_PCI_INTA                11
28 #define CONFIG_SYS_GPIO_IORST                   12      /* Out */
29 #define CONFIG_SYS_GPIO_LED3                    13      /* Out */
30 #define CONFIG_SYS_GPIO_PCI_CLK         14      /* Out */
31 #define CONFIG_SYS_GPIO_EXTBUS_CLK              15      /* Out */
32
33 #endif