1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3#include <intelblocks/itss.h> 4#include <intelblocks/pcr.h> 5#include <soc/itss.h> 6#include <soc/pcr_ids.h> 7 8/* PCR access */ 9#include <soc/intel/common/acpi/pch_pcr.asl> 10 11/* PCH clock */ 12#include "camera_clock_ctl.asl" 13 14/* GPIO controller */ 15#include "gpio.asl" 16 17/* ESPI 0:1f.0 */ 18#include <soc/intel/common/block/acpi/acpi/lpc.asl> 19 20/* PCH HDA */ 21#include "pch_hda.asl" 22 23/* PCIE Ports */ 24#include "pcie.asl" 25 26/* Serial IO */ 27#include "serialio.asl" 28 29/* eMMC */ 30#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) 31#include "scs.asl" 32#endif 33 34/* UFS */ 35#include <soc/intel/common/block/acpi/acpi/ufs.asl> 36 37/* SMBus 0:1f.4 */ 38#include <soc/intel/common/block/acpi/acpi/smbus.asl> 39 40/* ISH 0:12.0 */ 41#include <soc/intel/common/block/acpi/acpi/ish.asl> 42 43/* USB XHCI 0:14.0 */ 44#include "xhci.asl" 45 46/* PCI _OSC */ 47#include <soc/intel/common/acpi/pci_osc.asl> 48 49/* GbE 0:1f.6 */ 50#include <soc/intel/common/block/acpi/acpi/pch_glan.asl> 51