blob: ebcd639e6a2f8e62ce8b2b101ab8a2a5079470ff [file] [log] [blame]
Angel Pons89ab2502020-04-03 01:22:28 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +01002
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +01003#include <southbridge/intel/bd82x6x/pch.h>
4#include <southbridge/intel/common/gpio.h>
5
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +01006const struct southbridge_usb_port mainboard_usb_ports[] = {
7 { 1, 0, -1 },
8 { 1, 0, -1 },
9 { 1, 0, -1 },
10 { 1, 0, -1 },
11 { 1, 0, -1 },
12 { 1, 0, -1 },
13 { 1, 0, -1 },
14 { 1, 0, -1 },
15 { 1, 0, -1 },
16 { 1, 0, -1 },
17 { 1, 0, -1 },
18 { 1, 0, -1 },
19 { 1, 0, -1 },
20 { 1, 0, -1 },
21};