blob: 10110fc01028abe1e54cdda06cbddab269da2663 [file] [log] [blame]
Tobias Diedrich7a952042017-12-03 10:09:28 +01001/*
2 * This file is part of the coreboot project.
3 *
Tobias Diedrich7a952042017-12-03 10:09:28 +01004 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; version 2 of
8 * the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#ifndef DCP847SKE_USB_H
17#define DPC847SKE_USB_H
18
19USB_CONFIG(1, 1, 0), /* back, towards HDMI plugs */
20USB_CONFIG(1, 1, 0), /* back, towards power plug */
21USB_CONFIG(1, 1, 1), /* half-width miniPCIe */
22USB_CONFIG(1, 1, 1), /* full-width miniPCIe */
23USB_CONFIG(1, 1, 2), /* front-panel header */
24USB_CONFIG(1, 1, 2), /* front-panel header */
25USB_CONFIG(1, 1, 3), /* front connector */
26USB_CONFIG(0, 1, 3), /* not available */
27USB_CONFIG(0, 1, 4), /* not available */
28USB_CONFIG(0, 1, 4), /* not available */
29USB_CONFIG(0, 1, 5), /* not available */
30USB_CONFIG(0, 1, 5), /* not available */
31USB_CONFIG(0, 1, 6), /* not available */
32USB_CONFIG(0, 1, 6), /* not available */
33
34#endif