blob: b70794aebace68351bddb6aea63cc5786f02e01a [file] [log] [blame]
Fabian Groffen9277c5b2023-02-18 18:53:44 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#include <bootblock_common.h>
Fabian Groffen9277c5b2023-02-18 18:53:44 +01004#include <southbridge/intel/bd82x6x/pch.h>
5
6const struct southbridge_usb_port mainboard_usb_ports[] = {
7 {1, 0, 0}, {1, 0, 0}, {1, 1, 1}, {1, 1, 1}, {1, 1, 2}, {1, 1, 2}, {1, 0, 3},
8 {1, 0, 3}, {1, 0, 4}, {1, 0, 4}, {1, 0, 6}, {1, 1, 5}, {1, 1, 5}, {1, 0, 6},
9};