summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/ppc_nx20p348x.h
blob: 31d6ded2a9c82c40e8dd33c21e726b92d334fd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2022 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/nx20p348x_public.h"

#define NX20P348X_COMPAT nxp_nx20p348x

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