]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/dvlhost/dvlhost_hw.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / board / dvlhost / dvlhost_hw.h
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  *
8  * SPDX-License-Identifier:     GPL-2.0+
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