1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #define MAINBOARD_HAS_SPEAKER 1
5 /* DefinitionBlock Statement */
13 0x00010001 /* OEM Revision */
15 { /* Start of ASL file */
16 #include <acpi/dsdt_top.asl>
17 #include <globalnvs.asl>
19 /* Describe the USB Overcurrent pins */
20 #include "acpi/usb_oc.asl"
22 /* PCI IRQ mapping for the Southbridge */
25 /* Power state notification */
28 /* Contains the supported sleep states for this chipset */
29 #include <soc/amd/common/acpi/sleepstates.asl>
31 /* Contains the Sleep methods (WAK, PTS, GTS, etc.) */
32 #include "acpi/sleep.asl"
35 Scope(\_SB) { /* Start \_SB scope */
36 /* global utility methods expected within the \_SB scope */
37 #include <arch/x86/acpi/globutil.asl>
39 /* IRQ Routing mapping for this platform (in \_SB scope) */
40 #include "acpi/routing.asl"
43 Name(_HID, EISAID("PNP0C0C"))
45 Name(_PRW, Package () {3, 0x04})
49 /* Describe the SOC */
52 } /* End \_SB scope */
54 /* Define the General Purpose Events for the platform */
55 #include "acpi/gpe.asl"