summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_bsw/acpi/superio.asl
blob: 46612cec7b69eb40d609eca6c930221195461894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

Device (COM1) {
	Name (_HID, EISAID ("PNP0501"))
	Name (_UID, 1)

	Method (_STA, 0, NotSerialized)
	{
		Return (0x0F)
	}

	Name (_CRS, ResourceTemplate ()
	{
		FixedIO (0x03F8, 0x08)
		IRQNoFlags () {4}
	})
}