blob: 02bdecc38aa59049d7e58d493fbaeb144e43a2e6 [file] [log] [blame]
Angel Ponsa3cb3222020-09-14 13:15:19 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__
4#define __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__
5
Angel Ponsa3cb3222020-09-14 13:15:19 +02006#define GFXVT_BASE_ADDRESS 0xfed90000ULL
7#define GFXVT_BASE_SIZE 0x1000
8
9#define VTVC0_BASE_ADDRESS 0xfed91000ULL
10#define VTVC0_BASE_SIZE 0x1000
11
12#endif /* __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__ */