mach-gt64120.h 840 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Copyright 2001 MontaVista Software Inc.
  3. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of the GNU General Public License as published by the
  7. * Free Software Foundation; either version 2 of the License, or (at your
  8. * option) any later version.
  9. */
  10. #ifndef _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H
  11. #define _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H
  12. /*
  13. * PCI address allocation
  14. */
  15. #define GT_PCI_MEM_BASE (0x22000000UL)
  16. #define GT_PCI_MEM_SIZE GT_DEF_PCI0_MEM0_SIZE
  17. #define GT_PCI_IO_BASE (0x20000000UL)
  18. #define GT_PCI_IO_SIZE GT_DEF_PCI0_IO_SIZE
  19. extern unsigned long gt64120_base;
  20. #define GT64120_BASE (gt64120_base)
  21. /*
  22. * GT timer irq
  23. */
  24. #define GT_TIMER 6
  25. #endif /* _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H */