summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/pcie_rp.c
blob: 844cc544c582ccd34bdab89f8c1c1b02e7f5fc6e (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <intelblocks/pcie_rp.h>
#include <soc/pci_devs.h>
#include <soc/pcie.h>

const struct pcie_rp_group pch_rp_groups[] = {
	{ .slot = PCH_DEV_SLOT_PCIE,    .count = 8, .lcap_port_base = 1 },
	{ 0 }
};