mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / portwell / m107 / acpi / superio.asl
blob0cb2d98f7a6bb3e53857348a373361c82560ac12
1 /* SPDX-License-Identifier: GPL-2.0-only */
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                 FixedIO (0x6E, 0x02)
16                 IRQNoFlags () {4}
17         })