mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot.git] / src / mainboard / protectli / vault_bsw / acpi / superio.asl
blob46612cec7b69eb40d609eca6c930221195461894
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 Device (COM1) {
4         Name (_HID, EISAID ("PNP0501"))
5         Name (_UID, 1)
7         Method (_STA, 0, NotSerialized)
8         {
9                 Return (0x0F)
10         }
12         Name (_CRS, ResourceTemplate ()
13         {
14                 FixedIO (0x03F8, 0x08)
15                 IRQNoFlags () {4}
16         })