blob: bef0b9ff2ffeb6c2bc3336a32985fea3d421f16d [file] [log] [blame]
Duncan Laurie3f94a742014-01-14 14:59:28 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2014 Google Inc.
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.
Duncan Laurie3f94a742014-01-14 14:59:28 -080015 */
16
17Device (XHCI)
18{
19 Name (_ADR, 0x00140000)
20 Name (_PRW, Package () { 0x0d, 3 })
21 Name (_S3D, 3) /* Highest D state in S3 state */
22
23 Device (RHUB)
24 {
25 Name (_ADR, 0x00000000)
26 Device (PRT1) { Name (_ADR, 1) }
27 Device (PRT2) { Name (_ADR, 2) }
28 Device (PRT3) { Name (_ADR, 3) }
29 Device (PRT4) { Name (_ADR, 4) }
Matt DeVillierf9c46f02017-04-17 18:45:55 -050030 Device (SSP1) { Name (_ADR, 7) }
Duncan Laurie3f94a742014-01-14 14:59:28 -080031 }
32}