1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/amd/common/acpi/pci_root.asl>
4 #include "globalnvs.asl"
6 /* Power state notification to ALIB */
9 /* Contains the supported sleep states for this chipset */
10 #include <soc/amd/common/acpi/sleepstates.asl>
12 /* Contains _SWS methods */
13 #include <soc/amd/common/acpi/acpi_wake_source.asl>
16 Scope(\_SB) { /* Start \_SB scope */
17 /* global utility methods expected within the \_SB scope */
18 #include <arch/x86/acpi/globutil.asl>
23 /* Describe the AMD Northbridge */
24 #include "northbridge.asl"
26 /* Describe the AMD Fusion Controller Hub */
27 #include <soc/amd/common/acpi/lpc.asl>
28 #include <soc/amd/common/acpi/platform.asl>
31 /* PCI IRQ mapping for the Southbridge */
32 #include "pci_int_defs.asl"
34 /* Describe PCI INT[A-H] for the Southbridge */
35 #include <soc/amd/common/acpi/pci_int.asl>
37 /* Describe the MMIO devices in the FCH */
40 /* Add GPIO library */
41 #include <soc/amd/common/acpi/gpio_bank_lib.asl>
43 #if CONFIG(SOC_AMD_COMMON_BLOCK_ACPI_DPTC)
44 #include <soc/amd/common/acpi/dptc.asl>
47 } /* End \_SB scope */