summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/charger/chg_isl923x.h
blob: b0323cd1b8cbd456c1bdbf02f234706c39a04af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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 <zephyr/devicetree.h>
#include "driver/charger/isl923x_public.h"

#define ISL923X_CHG_COMPAT intersil_isl923x
#define ISL923X_EMUL_COMPAT cros_isl923x_emul

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