mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / intel / usb4 / retimer / chip.h
blobcb01f18e2c89821a1ad8d30639ddaf08c248803e
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef __DRIVERS_INTEL_USB4_RETIMER_H__
4 #define __DRIVERS_INTEL_USB4_RETIMER_H__
6 #include <acpi/acpi_device.h>
7 #include <acpi/acpi.h>
8 #include <acpi/acpi_pld.h>
10 #define DFP_NUM_MAX 2
12 struct drivers_intel_usb4_retimer_config {
13 /* Downstream facing port(DFP) */
14 struct {
15 /* GPIO used to control power of retimer device */
16 struct acpi_gpio power_gpio;
17 /* Type-C port associated with retimer */
18 DEVTREE_CONST struct device *typec_port;
19 } dfp[DFP_NUM_MAX];
22 #endif /* __DRIVERS_INTEL_USB4_RETIMER_H__ */