/**
|
|
Copyright (C) 2019, Marvell International Ltd. and its affiliates.
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
#define PCI_BUS_MIN 0x0
|
#define PCI_BUS_MAX 0x0
|
#define PCI_BUS_COUNT 0x1
|
#define PCI_MMIO32_BASE 0xC0000000
|
#define PCI_MMIO32_SIZE 0x10000000
|
#define PCI_MMIO64_BASE 0x800000000
|
#define PCI_MMIO64_SIZE 0x100000000
|
#define PCI_IO_BASE 0x0
|
#define PCI_IO_SIZE 0x10000
|
#define PCI_IO_TRANSLATION 0xDFF00000
|
#define PCI_ECAM_BASE 0xD0008000
|
#define PCI_ECAM_SIZE 0x10000000
|