dvlhost_hw.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. #ifndef _DVLHOST_HW_H
  27. #define _DVLHOST_HW_H
  28. /*
  29. * GPIO settings
  30. */
  31. #define CONFIG_SYS_GPIO_WDGTRIGGER 0 /* Out */
  32. #define CONFIG_SYS_GPIO_BTN_WLAN 1
  33. #define CONFIG_SYS_GPIO_BTN_PAIRING 6
  34. #define CONFIG_SYS_GPIO_DLAN_PAIRING 7 /* Out */
  35. #define CONFIG_SYS_GPIO_BTN_RESET 9
  36. #define CONFIG_SYS_GPIO_IRQB 10
  37. #define CONFIG_SYS_GPIO_IRQA 11
  38. #define CONFIG_SYS_GPIO_WDG_LED_EN 12 /* Out */
  39. #define CONFIG_SYS_GPIO_PCIRST 13 /* Out */
  40. #define CONFIG_SYS_GPIO_PCI_CLK 14 /* Out */
  41. #define CONFIG_SYS_GPIO_EXTBUS_CLK 15 /* Out */
  42. #define DVLHOST_LED_LATCH IXP425_EXP_BUS_CS1_BASE_PHYS
  43. #endif