summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/usbc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/trogdor/lazor/usbc.dts')
-rw-r--r--zephyr/projects/trogdor/lazor/usbc.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/usbc.dts b/zephyr/projects/trogdor/lazor/usbc.dts
new file mode 100644
index 0000000000..7864c2716b
--- /dev/null
+++ b/zephyr/projects/trogdor/lazor/usbc.dts
@@ -0,0 +1,36 @@
+/* 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>;
+
+ /* TODO(b/227359762): lazor: move UBC-C configuration into the
+ * devicetree
+ */
+ port0@0 {
+ compatible = "named-usbc-port";
+ reg = <0>;
+
+ bc12 = <&bc12_port0>;
+ tcpc = <&tcpc_port0>;
+
+ ppc = <&ppc_port0>;
+
+ chg = <&charger>;
+ };
+
+ port1@1 {
+ compatible = "named-usbc-port";
+ reg = <1>;
+
+ bc12 = <&bc12_port1>;
+ tcpc = <&tcpc_port1>;
+
+ ppc = <&ppc_port1>;
+ };
+ };
+};