mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / elkhartlake / pcie_rp.c
blob40606e9f503393ad8221047c8a9f7bd6d4a5db93
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <intelblocks/pcie_rp.h>
4 #include <soc/pci_devs.h>
5 #include <soc/pcie.h>
7 const struct pcie_rp_group pch_rp_groups[] = {
8 { .slot = PCH_DEV_SLOT_PCIE, .count = 7, .lcap_port_base = 1 },
9 { 0 }