summaryrefslogtreecommitdiff
path: root/driver/tcpm/tusb422.h
blob: 2a01eb4725f1c03dc8ba3bb0be3c6378a1e5abde (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 0x40

extern const struct tcpm_drv tusb422_tcpm_drv;

#endif /* defined(__CROS_EC_USB_PD_TCPM_TUSB422_H) */