summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/adlrvp/adlrvp_mchp/bb_retimer.dts
blob: 1c760120f17f6ddd7c8132ef45911b01cdcdfd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* 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.
 */

&i2c_smb_1 {
	status = "okay";
	clock-frequency = <I2C_BITRATE_FAST>;

	usb_c0_bb_retimer: jhl8040r@56 {
		compatible = "intel,jhl8040r";
		reg = <0x56>;
		label = "USB_C0_BB_RETIMER";
		reset-pin = <&usb_c0_bb_retimer_rst>;
	};
};

&i2c_smb_2 {
	status = "okay";
	clock-frequency = <I2C_BITRATE_FAST>;

	usb_c1_bb_retimer: jhl8040r@57 {
		compatible = "intel,jhl8040r";
		reg = <0x57>;
		label = "USB_C1_BB_RETIMER";
		reset-pin = <&usb_c1_bb_retimer_rst>;
	};
};