blob: cd7708c2f3afec9bbdbdc3c6fe53e8ee212ae9d3 [file] [log] [blame]
Angel Ponscdd9db32020-09-15 00:11:27 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__
4#define __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__
5
6/* Northbridge BARs */
7#define DEFAULT_MCHBAR 0xfed10000 /* 16 KB */
8#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
9#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
10
11#define IOMMU_BASE1 0xfed90000
12#define IOMMU_BASE2 0xfed91000
13#define IOMMU_BASE3 0xfed92000
14#define IOMMU_BASE4 0xfed93000
15
16#endif /* __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__ */