summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/ps8743_usb_mux.h
blob: 8cb54f4c179f4a8fdee613ce191800420e07a4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __ZEPHYR_SHIM_PS8743_USB_MUX_H
#define __ZEPHYR_SHIM_PS8743_USB_MUX_H

#include "usb_mux/ps8743_public.h"

#define PS8743_USB_MUX_COMPAT parade_ps8743

/* clang-format off */
#define USB_MUX_CONFIG_PS8743(mux_id)                  \
	{                                              \
		USB_MUX_COMMON_FIELDS(mux_id),         \
		.driver = &ps8743_usb_mux_driver,      \
		.i2c_port = I2C_PORT_BY_DEV(mux_id),   \
		.i2c_addr_flags = DT_REG_ADDR(mux_id), \
	}
/* clang-format on */

#endif /* __ZEPHYR_SHIM_PS8743_USB_MUX_H */