blob: d2297ef595fef71855212161cda2c13561235742 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Mengad3098f2016-05-07 07:46:33 -07002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
Bin Mengad3098f2016-05-07 07:46:33 -07004 */
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}