soc: Remove copyright notices
[coreboot.git] / src / soc / intel / braswell / acpi / xhci.asl
blob0ace24223f7d4276d55b52707ae3e3e5254f098c
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; version 2 of
8  * the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
16 Device (XHCI)
18         Name (_ADR, 0x00140000)
19         Name (_PRW, Package () { 0x0d, 3 })
20         Name (_S3D, 3) /* Highest D state in S3 state */
22         Device (RHUB)
23         {
24                 Name (_ADR, 0x00000000)
25                 Device (PRT1) { Name (_ADR, 1) }
26                 Device (PRT2) { Name (_ADR, 2) }
27                 Device (PRT3) { Name (_ADR, 3) }
28                 Device (PRT4) { Name (_ADR, 4) }
29         }