blob: f44f873446935e5b3840ae1042f058e90ffeeeba [file] [log] [blame]
Angel Ponsae593872020-04-04 18:50:57 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Martin Roth5c354b92019-04-22 14:55:16 -06002
3Device(PCI0) {
4 /* Describe the AMD Northbridge */
5 #include "northbridge.asl"
6
7 /* Describe the AMD Fusion Controller Hub */
8 #include "sb_pci0_fch.asl"
9}
10
Felix Held753827e2022-11-03 23:05:03 +010011/* PCI IRQ mapping for the Southbridge */
12#include "pci_int_defs.asl"
13
Martin Roth5c354b92019-04-22 14:55:16 -060014/* Describe PCI INT[A-H] for the Southbridge */
Raul E Rangelafe1fe52021-05-04 16:48:25 -060015#include <soc/amd/common/acpi/pci_int.asl>
Martin Roth5c354b92019-04-22 14:55:16 -060016
Martin Roth5c354b92019-04-22 14:55:16 -060017/* Describe the devices in the Southbridge */
18#include "sb_fch.asl"
19
20/* Add GPIO library */
21#include <soc/amd/common/acpi/gpio_bank_lib.asl>
Tim Van Patten92443582022-08-23 16:06:33 -060022
Tim Van Patten9b3112c2022-09-13 10:08:49 -060023#if CONFIG(SOC_AMD_COMMON_BLOCK_ACPI_DPTC)
Tim Van Patten92443582022-08-23 16:06:33 -060024#include <soc/amd/common/acpi/dptc.asl>
Tim Van Patten9b3112c2022-09-13 10:08:49 -060025#endif