cpci405.h 635 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * CPCI-405 board specific definitions
  3. *
  4. * Copyright 2001-2006 esd electronic system design - hannover germany
  5. *
  6. * Authors: Matthias Fuchs
  7. * matthias.fuchs@esd-electronics.com
  8. * Stefan Roese
  9. * stefan.roese@esd-electronics.com
  10. */
  11. #ifdef __KERNEL__
  12. #ifndef __CPCI405_H__
  13. #define __CPCI405_H__
  14. #include <platforms/4xx/ibm405gp.h>
  15. #include <asm/ppcboot.h>
  16. /* Map for the NVRAM space */
  17. #define CPCI405_NVRAM_PADDR ((uint)0xf0200000)
  18. #define CPCI405_NVRAM_SIZE ((uint)32*1024)
  19. #define BASE_BAUD 0
  20. #define PPC4xx_MACHINE_NAME "esd CPCI-405"
  21. #endif /* __CPCI405_H__ */
  22. #endif /* __KERNEL__ */