repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
facebook
/
monolith
/
acpi
/
mainboard.asl
blob
542b671d0e2927c4b53a1c5cacfe5d74661f9d7f
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/*
4
* Onboard CPLD
5
*/
6
Scope (\_SB.PCI0.LPCB)
7
{
8
Device (CPLD) /* Onboard CPLD */
9
{
10
Name(_HID, EISAID("PNP0C01"))
11
Name(_CRS, ResourceTemplate()
12
{
13
/* Reserve 0x280 to 0x2BF for the CPLD */
14
FixedIO (0x0280, 0x40)
15
IRQNoFlags () {7}
16
})
17
}
18
}