Michael Schwingen | 10c9787 | 2011-05-23 00:00:09 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2009 |
| 3 | * Michael Schwingen, michael@schwingen.org |
| 4 | * |
| 5 | * hardware register definitions for the |
| 6 | * dLAN200 AV Wireless G ("dvlhost") board. |
| 7 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
Michael Schwingen | 10c9787 | 2011-05-23 00:00:09 +0200 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef _DVLHOST_HW_H |
| 12 | #define _DVLHOST_HW_H |
| 13 | |
| 14 | /* |
| 15 | * GPIO settings |
| 16 | */ |
| 17 | #define CONFIG_SYS_GPIO_WDGTRIGGER 0 /* Out */ |
| 18 | #define CONFIG_SYS_GPIO_BTN_WLAN 1 |
| 19 | #define CONFIG_SYS_GPIO_BTN_PAIRING 6 |
| 20 | #define CONFIG_SYS_GPIO_DLAN_PAIRING 7 /* Out */ |
| 21 | #define CONFIG_SYS_GPIO_BTN_RESET 9 |
| 22 | #define CONFIG_SYS_GPIO_IRQB 10 |
| 23 | #define CONFIG_SYS_GPIO_IRQA 11 |
| 24 | #define CONFIG_SYS_GPIO_WDG_LED_EN 12 /* Out */ |
| 25 | #define CONFIG_SYS_GPIO_PCIRST 13 /* Out */ |
| 26 | #define CONFIG_SYS_GPIO_PCI_CLK 14 /* Out */ |
| 27 | #define CONFIG_SYS_GPIO_EXTBUS_CLK 15 /* Out */ |
| 28 | |
| 29 | #define DVLHOST_LED_LATCH IXP425_EXP_BUS_CS1_BASE_PHYS |
| 30 | |
| 31 | #endif |