enp2611.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * include/asm-arm/arch-ixp2000/enp2611.h
  3. *
  4. * Register and other defines for Radisys ENP-2611
  5. *
  6. * Created 2004 by Lennert Buytenhek from the ixdp2x01 code. The
  7. * original version carries the following notices:
  8. *
  9. * Original Author: Naeem Afzal <naeem.m.afzal@intel.com>
  10. * Maintainer: Deepak Saxena <dsaxena@plexity.net>
  11. *
  12. * Copyright (C) 2002 Intel Corp.
  13. * Copyright (C) 2003-2004 MontaVista Software, Inc.
  14. *
  15. * This program is free software; you can redistribute it and/or modify it
  16. * under the terms of the GNU General Public License as published by the
  17. * Free Software Foundation; either version 2 of the License, or (at your
  18. * option) any later version.
  19. */
  20. #ifndef __ENP2611_H
  21. #define __ENP2611_H
  22. #define ENP2611_CALEB_PHYS_BASE 0xc5000000
  23. #define ENP2611_CALEB_VIRT_BASE 0xfe000000
  24. #define ENP2611_CALEB_SIZE 0x00100000
  25. #define ENP2611_PM3386_0_PHYS_BASE 0xc6000000
  26. #define ENP2611_PM3386_0_VIRT_BASE 0xfe100000
  27. #define ENP2611_PM3386_0_SIZE 0x00100000
  28. #define ENP2611_PM3386_1_PHYS_BASE 0xc6400000
  29. #define ENP2611_PM3386_1_VIRT_BASE 0xfe200000
  30. #define ENP2611_PM3386_1_SIZE 0x00100000
  31. #define ENP2611_GPIO_SCL 7
  32. #define ENP2611_GPIO_SDA 6
  33. #define IRQ_ENP2611_THERMAL IRQ_IXP2000_GPIO4
  34. #define IRQ_ENP2611_OPTION_BOARD IRQ_IXP2000_GPIO3
  35. #define IRQ_ENP2611_CALEB IRQ_IXP2000_GPIO2
  36. #define IRQ_ENP2611_PM3386_1 IRQ_IXP2000_GPIO1
  37. #define IRQ_ENP2611_PM3386_0 IRQ_IXP2000_GPIO0
  38. #endif