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 /* Power state notification to ALIB */
22 /* Contains the supported sleep states for this chipset */
23 #include <soc/amd/common/acpi/sleepstates.asl>
25 /* Contains _SWS methods */
26 #include <soc/amd/common/acpi/acpi_wake_source.asl>
29 Scope(\_SB) { /* Start \_SB scope */
30 /* global utility methods expected within the \_SB scope */
31 #include <arch/x86/acpi/globutil.asl>
33 /* Describe the SOC */
36 } /* End \_SB scope */