blob: 6c6ff9c9d094bd7a471afa4d948747a3c1e0139b [file] [log] [blame]
Marc Jones24484842017-05-04 21:17:45 -06001/*
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 */
16
Marc Jones2e8476c2017-10-05 21:56:15 -060017/* 0:12.0 - EHCI */
18Device(EHC0) {
Marc Jones24484842017-05-04 21:17:45 -060019 Name(_ADR, 0x00120000)
Duncan Laurie32bdffa2018-05-07 15:37:28 -070020 Device (RHUB) {
21 Name (_ADR, Zero)
22 Device (HS01) { Name (_ADR, 1) }
23 Device (HS02) { Name (_ADR, 2) }
24 Device (HS03) { Name (_ADR, 3) }
25 Device (HS04) { Name (_ADR, 4) }
26 Device (HS05) { Name (_ADR, 5) }
27 Device (HS06) { Name (_ADR, 6) }
28 Device (HS07) { Name (_ADR, 7) }
29 Device (HS08) { Name (_ADR, 8) }
30 }
Marc Jones2e8476c2017-10-05 21:56:15 -060031} /* end EHC0 */
Marc Jones24484842017-05-04 21:17:45 -060032
Marc Jones24484842017-05-04 21:17:45 -060033
34/* 0:10.0 - XHCI 0*/
35Device(XHC0) {
36 Name(_ADR, 0x00100000)
Duncan Laurie32bdffa2018-05-07 15:37:28 -070037 Device (SS01) { Name (_ADR, 1) }
38 Device (SS02) { Name (_ADR, 2) }
39 Device (SS03) { Name (_ADR, 3) }
Marc Jones24484842017-05-04 21:17:45 -060040} /* end XHC0 */