hardware.h 497 B

123456789101112131415161718192021
  1. /*
  2. * arch/arm/mach-orion5x/include/mach/hardware.h
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #ifndef __ASM_ARCH_HARDWARE_H
  9. #define __ASM_ARCH_HARDWARE_H
  10. #include "orion5x.h"
  11. #define pcibios_assign_all_busses() 1
  12. #define PCIBIOS_MIN_IO 0x00001000
  13. #define PCIBIOS_MIN_MEM 0x01000000
  14. #define PCIMEM_BASE ORION5X_PCIE_MEM_PHYS_BASE
  15. #endif