summaryrefslogtreecommitdiff
path: root/driver/tcpm/tusb422.h
blob: 524886801cee52442002024d814cd761ad4ee612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2018 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.
 */

/* TI TUSB422 Type-C port controller */

#ifndef __CROS_EC_USB_PD_TCPM_TUSB422_H
#define __CROS_EC_USB_PD_TCPM_TUSB422_H

/* I2C interface */
#define TUSB422_I2C_ADDR__7bf 0x20

extern const struct tcpm_drv tusb422_tcpm_drv;

#endif /* defined(__CROS_EC_USB_PD_TCPM_TUSB422_H) */