spaces.h 437 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2016 Joshua Kinard <[email protected]>
  4. *
  5. */
  6. #ifndef _ASM_MACH_IP30_SPACES_H
  7. #define _ASM_MACH_IP30_SPACES_H
  8. /*
  9. * Memory in IP30/Octane is offset 512MB in the physical address space.
  10. */
  11. #define PHYS_OFFSET _AC(0x20000000, UL)
  12. #ifdef CONFIG_64BIT
  13. #define CAC_BASE _AC(0xA800000000000000, UL)
  14. #endif
  15. #include <asm/mach-generic/spaces.h>
  16. #endif /* _ASM_MACH_IP30_SPACES_H */