summaryrefslogtreecommitdiff
path: root/include/driver/usb_mux/it5205_public.h
blob: 40590194c42f68d3f1b98ba1e025009d1081fc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2021 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * ITE IT5205 Type-C USB alternate mode mux public header
 */

#ifndef __CROS_EC_DRIVER_USB_MUX_IT5205_PUBLIC_H
#define __CROS_EC_DRIVER_USB_MUX_IT5205_PUBLIC_H

/* I2C interface */
#define IT5205_I2C_ADDR1_FLAGS 0x48
#define IT5205_I2C_ADDR2_FLAGS 0x58

#endif /* __CROS_EC_DRIVER_USB_MUX_IT5205_PUBLIC_H */