blob: ebb3e8cd99adf82bf9991fd9227c4acdd1ce011e [file] [log] [blame]
Furquan Shaikhad62b9a2019-01-30 22:47:17 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright 2019 Google LLC.
5 * Copyright 2019 Intel Corp.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */
17
18/* USB2 */
19Device (HS01) { Name (_ADR, 1) }
20Device (HS02) { Name (_ADR, 2) }
21Device (HS03) { Name (_ADR, 3) }
22Device (HS04) { Name (_ADR, 4) }
23Device (HS05) { Name (_ADR, 5) }
24Device (HS06) { Name (_ADR, 6) }
25Device (HS07) { Name (_ADR, 7) }
26Device (HS08) { Name (_ADR, 8) }
27
28/* USB3 */
29Device (SS01) { Name (_ADR, 9) }
30Device (SS02) { Name (_ADR, 10) }
31Device (SS03) { Name (_ADR, 11) }
32Device (SS04) { Name (_ADR, 12) }
33Device (SS05) { Name (_ADR, 13) }
34Device (SS06) { Name (_ADR, 14) }