blob: b936376de9d46452209e9c9154544136c40dfc4a [file] [log] [blame]
Michael Schwingen66a43442008-01-16 19:53:23 +01001/*
2 * (C) Copyright 2007
3 * Michael Schwingen, michael@schwingen.org
4 *
5 * hardware register definitions for the AcTux-4 board.
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Michael Schwingen66a43442008-01-16 19:53:23 +01008 */
9
10#ifndef _ACTUX4_HW_H
11#define _ACTUX4_HW_H
12
13/*
14 * GPIO settings
15 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020016#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 */
Michael Schwingen66a43442008-01-16 19:53:23 +010032
33#endif