blob: d0bc9dc06076808fb4d7596c34e7f660c7acf0a1 [file] [log] [blame]
Angel Pons60ec3652020-04-03 01:22:13 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Tobias Diedrich7a952042017-12-03 10:09:28 +01003
4#ifndef DCP847SKE_USB_H
5#define DPC847SKE_USB_H
6
7USB_CONFIG(1, 1, 0), /* back, towards HDMI plugs */
8USB_CONFIG(1, 1, 0), /* back, towards power plug */
9USB_CONFIG(1, 1, 1), /* half-width miniPCIe */
10USB_CONFIG(1, 1, 1), /* full-width miniPCIe */
11USB_CONFIG(1, 1, 2), /* front-panel header */
12USB_CONFIG(1, 1, 2), /* front-panel header */
13USB_CONFIG(1, 1, 3), /* front connector */
14USB_CONFIG(0, 1, 3), /* not available */
15USB_CONFIG(0, 1, 4), /* not available */
16USB_CONFIG(0, 1, 4), /* not available */
17USB_CONFIG(0, 1, 5), /* not available */
18USB_CONFIG(0, 1, 5), /* not available */
19USB_CONFIG(0, 1, 6), /* not available */
20USB_CONFIG(0, 1, 6), /* not available */
21
22#endif