1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* Copyright (c) 2019 Intel Corporation */ 3 4 #ifndef _TANGIER_IOMAP_H 5 #define _TANGIER_IOMAP_H 6 7 #define MCFG_BASE_ADDRESS 0x3f500000 8 #define MCFG_BASE_SIZE 0x00100000 9 10 #endif /* _TANGIER_IOMAP_H */ 11