summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/ppc_ktu1125.h
blob: 4ca7caca8312e691003d358c8194f59529dd13ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "ppc/ktu1125_public.h"

#define KTU1125_COMPAT kinetic_ktu1125

#define PPC_CHIP_KTU1125(id)                                            \
	{                                                               \
		.i2c_port = I2C_PORT_BY_DEV(id),                        \
		.i2c_addr_flags = DT_REG_ADDR(id), .drv = &ktu1125_drv, \
	}