blob: dbd34474f86341ec9d64e45bd7a5f9d56a1a940d [file] [log] [blame]
Lee Leahy77ff0b12015-05-05 15:07:29 -07001/*
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.
Lee Leahy77ff0b12015-05-05 15:07:29 -070015 */
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) }
30 }
31}