blob: 7b8982a645c478dc19778fed7a8d1aadb882fff6 [file] [log] [blame]
Anand Vaikar7ae2e282024-02-06 11:14:17 +05301/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <acpi/acpi.h>
4DefinitionBlock (
5 "dsdt.aml",
6 "DSDT",
7 ACPI_DSDT_REV_2,
8 OEM_ID,
9 ACPI_TABLE_CREATOR,
10 0x00010001 /* OEM Revision */
11 )
12{
13 #include <acpi/dsdt_top.asl>
14
15 #include <soc.asl>
16}