Michael Schwingen | 66a4344 | 2008-01-16 19:53:23 +0100 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2007 |
| 3 | * Michael Schwingen, michael@schwingen.org |
| 4 | * |
| 5 | * hardware register definitions for the AcTux-4 board. |
| 6 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Michael Schwingen | 66a4344 | 2008-01-16 19:53:23 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef _ACTUX4_HW_H |
| 11 | #define _ACTUX4_HW_H |
| 12 | |
| 13 | /* |
| 14 | * GPIO settings |
| 15 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 */ |
Michael Schwingen | 66a4344 | 2008-01-16 19:53:23 +0100 | [diff] [blame] | 32 | |
| 33 | #endif |