summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/AcpiTables/exynos5250-arndale/Ssdt0.asl
blob: 69dce10b4447a40a08206e16b244d3b39de49cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2013, Al Stone <al.stone@linaro.org>
 *
 * [SSDT] Description of the Arndale board (exynos5250) GPIO structure
 *
 * This source is released under the terms of the GPLv2.
 */

DefinitionBlock (
	"ssdt0.aml",		// output filename
	"SSDT",			// table signature
	2,			// SSDT compliance revision
	"LINARO",		// OEM ID
	"ARNDALE ",		// table ID
	0x00000001)		// OEM revision
{
}