summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/usbc.dts
blob: c7478e6d664700510c5a901944acd7d9b1bc0ba1 (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
/* Copyright 2022 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.
 */

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

		/* TODO(b/227359762): lazor: move UBC-C configuration into the
		 * devicetree
		 */
		port0@0 {
			compatible = "named-usbc-port";
			reg = <0>;
		};

		port1@1 {
			compatible = "named-usbc-port";
			reg = <1>;
		};
	};
};