blob: b93555a2edc99af5b173c5631047a584282fcc78 [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)
Marshall Dawson6744dfe2017-06-14 16:09:07 -060020 Name(_PRW, Package() {0x0b, 3})
Marc Jones2e8476c2017-10-05 21:56:15 -060021} /* end EHC0 */
Marc Jones24484842017-05-04 21:17:45 -060022
Marc Jones24484842017-05-04 21:17:45 -060023
24/* 0:10.0 - XHCI 0*/
25Device(XHC0) {
26 Name(_ADR, 0x00100000)
Marshall Dawson6744dfe2017-06-14 16:09:07 -060027 Name(_PRW, Package() {0x0b, 4})
Marc Jones24484842017-05-04 21:17:45 -060028} /* end XHC0 */