summaryrefslogtreecommitdiff
path: root/zephyr/projects/rex/usbc.dts
blob: 3c16d77935e7b1209eda1e9dc36a2ecb0bd8c2af (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
/* 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.
 */

/ {
	usbc {
		#address-cells = <1>;
		#size-cells = <0>;

		usbc_port0: port0@0 {
			compatible = "named-usbc-port";
			reg = <0>;
			bc12 = <&i2c_ec_i2c_usb_c0_ppc_b>;
			ppc = <&ppc_port0_syv>;
			tcpc = <&tcpc_port0>;
			chg = <&charger>;
			usb-muxes = <&usb_c0_hb_retimer &virtual_mux_c0>;
		};
		port0-muxes {
			virtual_mux_c0: virtual-mux-c0 {
				compatible = "cros-ec,usbc-mux-virtual";
			};
		};
	};
};