summaryrefslogtreecommitdiff
path: root/include/driver/usb_mux/it5205_public.h
blob: 81dc3260499df4bef2703c3fc36bd2ee47b6e5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * 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 */