Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2016 Joshua Kinard <kumba@gentoo.org>
0004  *
0005  */
0006 #ifndef _ASM_MACH_IP30_SPACES_H
0007 #define _ASM_MACH_IP30_SPACES_H
0008 
0009 /*
0010  * Memory in IP30/Octane is offset 512MB in the physical address space.
0011  */
0012 #define PHYS_OFFSET _AC(0x20000000, UL)
0013 
0014 #ifdef CONFIG_64BIT
0015 #define CAC_BASE    _AC(0xA800000000000000, UL)
0016 #endif
0017 
0018 #include <asm/mach-generic/spaces.h>
0019 
0020 #endif /* _ASM_MACH_IP30_SPACES_H */