mpc7448_hpc2.h 754 B

1234567891011121314151617181920212223242526
  1. /*
  2. * mpc7448_hpc2.h
  3. *
  4. * Definitions for Freescale MPC7448_HPC2 platform
  5. *
  6. * Author: Jacob Pan
  7. * jacob.pan@freescale.com
  8. * Maintainer: Roy Zang <roy.zang@freescale.com>
  9. *
  10. * 2006 (c) Freescale Semiconductor, Inc. This file is licensed under
  11. * the terms of the GNU General Public License version 2. This program
  12. * is licensed "as is" without any warranty of any kind, whether express
  13. * or implied.
  14. */
  15. #ifndef __PPC_PLATFORMS_MPC7448_HPC2_H
  16. #define __PPC_PLATFORMS_MPC7448_HPC2_H
  17. #include <asm/ppcboot.h>
  18. /* Base Addresses for the PCI bus
  19. */
  20. #define MPC7448_HPC2_PCI_MEM_OFFSET (0x00000000)
  21. #define MPC7448_HPC2_ISA_IO_BASE (0x00000000)
  22. #define MPC7448_HPC2_ISA_MEM_BASE (0x00000000)
  23. #endif /* __PPC_PLATFORMS_MPC7448_HPC2_H */