summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/usba.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/usba.dts')
-rw-r--r--zephyr/projects/corsola/usba.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/usba.dts b/zephyr/projects/corsola/usba.dts
new file mode 100644
index 0000000000..2ecb3b7d5a
--- /dev/null
+++ b/zephyr/projects/corsola/usba.dts
@@ -0,0 +1,11 @@
+/* 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.
+ */
+
+/ {
+ usba_port_enable_list: usba-port-enable-list {
+ compatible = "cros-ec,usba-port-enable-pins";
+ enable-pins = <&en_pp5000_usb_a0_vbus>;
+ };
+};