]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/dvlhost/dvlhost_hw.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / dvlhost / dvlhost_hw.h
CommitLineData
10c9787e
MS
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 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
10c9787e
MS
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