device/pci_ids: Add Intel Panther Lake device IDs for Bluetooth CNVi
[coreboot.git] / src / mainboard / google / auron / variants / samus / pei_data.c
blob705ec25cd880a8b563f1c0ed30215381ba10d8bd
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/pei_data.h>
4 #include <soc/pei_wrapper.h>
6 void mainboard_fill_pei_data(struct pei_data *pei_data)
8 /* P0: HOST PORT */
9 pei_data_usb2_port(pei_data, 0, 0x0080, 1, 0, USB_PORT_BACK_PANEL);
10 /* P1: HOST PORT */
11 pei_data_usb2_port(pei_data, 1, 0x0080, 1, 1, USB_PORT_BACK_PANEL);
12 /* P2: RAIDEN */
13 pei_data_usb2_port(pei_data, 2, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
14 /* P3: SD CARD */
15 pei_data_usb2_port(pei_data, 3, 0x0040, 1, USB_OC_PIN_SKIP, USB_PORT_INTERNAL);
16 /* P4: RAIDEN */
17 pei_data_usb2_port(pei_data, 4, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
18 /* P5: WWAN (Disabled) */
19 pei_data_usb2_port(pei_data, 5, 0x0000, 0, USB_OC_PIN_SKIP, USB_PORT_SKIP);
20 /* P6: CAMERA */
21 pei_data_usb2_port(pei_data, 6, 0x0040, 1, USB_OC_PIN_SKIP, USB_PORT_INTERNAL);
22 /* P7: BT */
23 pei_data_usb2_port(pei_data, 7, 0x0040, 1, USB_OC_PIN_SKIP, USB_PORT_INTERNAL);
25 /* P1: HOST PORT */
26 pei_data_usb3_port(pei_data, 0, 1, 0, 0);
27 /* P2: HOST PORT */
28 pei_data_usb3_port(pei_data, 1, 1, 1, 0);
29 /* P3: RAIDEN */
30 pei_data_usb3_port(pei_data, 2, 1, USB_OC_PIN_SKIP, 0);
31 /* P4: RAIDEN */
32 pei_data_usb3_port(pei_data, 3, 1, USB_OC_PIN_SKIP, 0);