mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / facebook / monolith / acpi / mainboard.asl
blob542b671d0e2927c4b53a1c5cacfe5d74661f9d7f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /*
4  * Onboard CPLD
5  */
6 Scope (\_SB.PCI0.LPCB)
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         }