tqm8260.h 471 B

1234567891011121314151617181920212223
  1. /*
  2. * TQM8260 board specific definitions
  3. *
  4. * Copyright (c) 2001 Wolfgang Denk (wd@denx.de)
  5. */
  6. #ifndef __TQM8260_PLATFORM
  7. #define __TQM8260_PLATFORM
  8. #include <linux/config.h>
  9. #include <asm/ppcboot.h>
  10. #define CPM_MAP_ADDR ((uint)0xFFF00000)
  11. #define PHY_INTERRUPT 25
  12. /* For our show_cpuinfo hooks. */
  13. #define CPUINFO_VENDOR "IN2 Systems"
  14. #define CPUINFO_MACHINE "TQM8260 PowerPC"
  15. #define BOOTROM_RESTART_ADDR ((uint)0x40000104)
  16. #endif /* __TQM8260_PLATFORM */