xref: /openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl (revision 0fb667ae19f3dca8840b5906320fc60009a895b2)
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
4 */
5
6DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000)
7{
8	/* platform specific */
9	#include <asm/arch/acpi/platform.asl>
10
11	/* board specific */
12	#include "acpi/mainboard.asl"
13}
14