summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/acpi/soc.asl
blob: d9d40c7f65d2cfe8920b24511879c8a9a0b9a06c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-only */

Device(PCI0) {
	/* Describe the AMD Northbridge */
	#include "northbridge.asl"

	/* Describe the AMD Fusion Controller Hub */
	#include "sb_pci0_fch.asl"
}

/* Describe PCI INT[A-H] for the Southbridge */
#include <soc/amd/common/acpi/pci_int.asl>

/* Describe the devices in the Southbridge */
#include "sb_fch.asl"

/* Add GPIO library */
#include <soc/amd/common/acpi/gpio_bank_lib.asl>

#include <soc/amd/common/acpi/dptc.asl>