aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/acpi/sata.asl
blob: 4e305e8f17f49254b6433b99e4d7d30018c6634f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

// Intel SATA Controller 0:13.0

Device (SATA)
{
	Name (_ADR, 0x00130000)

	/* TODO */
}