diff options
Diffstat (limited to 'roms/u-boot/arch/x86/include/asm/arch-tangier/iomap.h')
-rw-r--r-- | roms/u-boot/arch/x86/include/asm/arch-tangier/iomap.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/include/asm/arch-tangier/iomap.h b/roms/u-boot/arch/x86/include/asm/arch-tangier/iomap.h new file mode 100644 index 000000000..b0fc03e01 --- /dev/null +++ b/roms/u-boot/arch/x86/include/asm/arch-tangier/iomap.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* Copyright (c) 2019 Intel Corporation */ + +#ifndef _TANGIER_IOMAP_H +#define _TANGIER_IOMAP_H + +#define MCFG_BASE_ADDRESS 0x3f500000 +#define MCFG_BASE_SIZE 0x00100000 + +#endif /* _TANGIER_IOMAP_H */ |