tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / soc / intel / fsp_baytrail / acpi / usb.asl
blobc60bfcec46642e00c37a2110b17492be39bfc905
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
17 /* Intel Baytrail USB support */
19 // EHCI Controller 0:1d.0
21 Device (EHC1)
23         Name(_ADR, 0x001d0000)
25         Name (_PRW, Package(){ 13, 4 }) // Power Resources for Wake
27         // Leave USB ports on for to allow Wake from USB
29         Method(_S3D,0)  // Highest D State in S3 State
30         {
31                 Return (2)
32         }
34         Method(_S4D,0)  // Highest D State in S4 State
35         {
36                 Return (2)
37         }
39         Device (HUB7)
40         {
41                 Name (_ADR, 0x00000000)
43                 Device (PRT1) { Name (_ADR, 1) } // USB Port 0
44                 Device (PRT2) { Name (_ADR, 2) } // USB Port 1
45                 Device (PRT3) { Name (_ADR, 3) } // USB Port 2
46                 Device (PRT4) { Name (_ADR, 4) } // USB Port 3
47         }