summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/volteer/bb_retimer.dts
blob: 226356d03097b103b66fa5f0ef03d7f01c0b8408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2021 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.
 */

&i2c3_0 {
	status = "okay";
	clock-frequency = <I2C_BITRATE_STANDARD>;

	usb_c1_bb_retimer: jhl8040r@40 {
		compatible = "intel,jhl8040r";
		reg = <0x40>;
		label = "USB_C1_BB_RETIMER";
		int-gpios = <&gpio_usb_c1_mix_int_odl>;
		reset-gpios = <&gpio_usb_c1_rt_rst_odl>;
		ls-en-gpios = <&gpio_unused_gpio41>;
	};
};