lantec.h 388 B

1234567891011121314151617181920
  1. /*
  2. * LANTEC board specific definitions
  3. *
  4. * Copyright (c) 2001 Wolfgang Denk (wd@denx.de)
  5. */
  6. #ifndef __MACH_LANTEC_H
  7. #define __MACH_LANTEC_H
  8. #include <asm/ppcboot.h>
  9. #define IMAP_ADDR 0xFFF00000 /* physical base address of IMMR area */
  10. #define IMAP_SIZE (64 * 1024) /* mapped size of IMMR area */
  11. /* We don't use the 8259.
  12. */
  13. #define NR_8259_INTS 0
  14. #endif /* __MACH_LANTEC_H */