]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/dvlhost/dvlhost_hw.h
mxc_ipuv3: fix memory alignment of framebuffer
[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  * See file CREDITS for list of people who contributed to this
9  * project.
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License as
13  * published by the Free Software Foundation; either version 2 of
14  * the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24  * MA 02111-1307 USA
25  */
26
27 #ifndef _DVLHOST_HW_H
28 #define _DVLHOST_HW_H
29
30 /*
31  * GPIO settings
32  */
33 #define CONFIG_SYS_GPIO_WDGTRIGGER      0 /* Out */
34 #define CONFIG_SYS_GPIO_BTN_WLAN        1
35 #define CONFIG_SYS_GPIO_BTN_PAIRING     6
36 #define CONFIG_SYS_GPIO_DLAN_PAIRING    7 /* Out */
37 #define CONFIG_SYS_GPIO_BTN_RESET       9
38 #define CONFIG_SYS_GPIO_IRQB            10
39 #define CONFIG_SYS_GPIO_IRQA            11
40 #define CONFIG_SYS_GPIO_WDG_LED_EN      12 /* Out */
41 #define CONFIG_SYS_GPIO_PCIRST          13 /* Out */
42 #define CONFIG_SYS_GPIO_PCI_CLK         14 /* Out */
43 #define CONFIG_SYS_GPIO_EXTBUS_CLK      15 /* Out */
44
45 #define DVLHOST_LED_LATCH       IXP425_EXP_BUS_CS1_BASE_PHYS
46
47 #endif