summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb/acpi/isabridge.asl
blob: 12986186492a3569635f375d4ba809c22053a13f (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Device(MBRS) {
	Name (_HID, EisaId ("PNP0C02"))
	Name (_UID, 0x01)

	External(_CRS) /* Resource Template in SSDT */
}