/* SPDX-License-Identifier: GPL-2.0-or-later */ #include #include #include void mainboard_pch_lpc_setup(void) { pci_write_config32(PCI_DEV(0, 0x1f, 0), 0xac, 0x00010000); } const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 0, 0 }, { 1, 0, 0 }, { 1, 0, 1 }, { 1, 0, 1 }, { 1, 0, 2 }, { 1, 0, 2 }, { 1, 0, 3 }, { 1, 0, 3 }, { 1, 0, 4 }, { 1, 0, 4 }, { 1, 0, 6 }, { 1, 0, 5 }, { 1, 0, 5 }, { 1, 0, 6 }, };