blob: 8749e499251b4812b2aeb16d76bc51033cb0168c [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Nicola Corna1bea5b72017-03-03 18:04:48 +01002
Kyösti Mälkkif1b58b72019-03-01 13:43:02 +02003#include <device/pci_ops.h>
Nicola Corna1bea5b72017-03-03 18:04:48 +01004#include <device/pci_def.h>
Elyes HAOUAS4ad14462018-06-16 18:29:33 +02005#include <southbridge/intel/bd82x6x/pch.h>
6
Arthur Heymans2b28a162019-11-12 17:21:08 +01007void mainboard_pch_lpc_setup(void)
Nicola Corna1bea5b72017-03-03 18:04:48 +01008{
Nicola Corna1bea5b72017-03-03 18:04:48 +01009 pci_write_config32(PCI_DEV(0, 0x1f, 0), 0xac, 0x00010000);
10}
11
Nicola Corna1bea5b72017-03-03 18:04:48 +010012const struct southbridge_usb_port mainboard_usb_ports[] = {
13 { 1, 0, 0 },
14 { 1, 0, 0 },
15 { 1, 0, 1 },
16 { 1, 0, 1 },
17 { 1, 0, 2 },
18 { 1, 0, 2 },
19 { 1, 0, 3 },
20 { 1, 0, 3 },
21 { 1, 0, 4 },
22 { 1, 0, 4 },
23 { 1, 0, 6 },
24 { 1, 0, 5 },
25 { 1, 0, 5 },
26 { 1, 0, 6 },
27};