repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot.git]
/
src
/
mainboard
/
protectli
/
vault_bsw
/
acpi
/
superio.asl
blob
46612cec7b69eb40d609eca6c930221195461894
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
Device (COM1) {
4
Name (_HID, EISAID ("PNP0501"))
5
Name (_UID, 1)
6
7
Method (_STA, 0, NotSerialized)
8
{
9
Return (0x0F)
10
}
11
12
Name (_CRS, ResourceTemplate ()
13
{
14
FixedIO (0x03F8, 0x08)
15
IRQNoFlags () {4}
16
})
17
}