google/slippy: add board-specific USB port info
[coreboot.git] / src / mainboard / google / slippy / acpi / mainboard.asl
blobf12a440661f89d87700bc45528f9e1613306bb58
1 /*
2  * This file is part of the coreboot project.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; version 2 of
7  * the License.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
15 #include <onboard.h>
17 Scope (\_SB)
19         Device (PWRB)
20         {
21                 Name(_HID, EisaId("PNP0C0C"))
22         }
25 #include <variant/acpi/mainboard.asl>
27 /* USB port entries */
28 #include <variant/acpi/usb.asl>