summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/usbc_tentacruel.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/corsola/usbc_tentacruel.dtsi')
-rw-r--r--zephyr/program/corsola/usbc_tentacruel.dtsi60
1 files changed, 0 insertions, 60 deletions
diff --git a/zephyr/program/corsola/usbc_tentacruel.dtsi b/zephyr/program/corsola/usbc_tentacruel.dtsi
deleted file mode 100644
index 3a0ead7b3e..0000000000
--- a/zephyr/program/corsola/usbc_tentacruel.dtsi
+++ /dev/null
@@ -1,60 +0,0 @@
-/* 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>;
-
- port0@0 {
- compatible = "named-usbc-port";
- reg = <0>;
- bc12 = <&bc12_port0>;
- ppc = <&bc12_ppc_port0>;
- ppc_alt = <&ppc_port0>;
- tcpc = <&usbpd0>;
- chg = <&charger_bc12_port1>;
- usb-mux-chain-0 {
- compatible = "cros-ec,usb-mux-chain";
- usb-muxes = <&it5205_mux_0 &virtual_mux_0>;
- };
- };
- port0-muxes {
- virtual_mux_0: virtual-mux-0 {
- compatible = "cros-ec,usbc-mux-virtual";
- };
- };
-
- port1@1 {
- compatible = "named-usbc-port";
- reg = <1>;
- bc12 = <&charger_bc12_port1>;
- ppc = <&ppc_port1>;
- tcpc = <&usbpd1>;
- usb-mux-chain-1 {
- compatible = "cros-ec,usb-mux-chain";
- usb-muxes = <&ps8743_mux_1 &virtual_mux_1>;
- };
- usb_mux_chain_1_hdmi_db: usb-mux-chain-1-hdmi-db {
- compatible = "cros-ec,usb-mux-chain";
- alternative-chain;
- usb-muxes = <&virtual_mux_1>;
- };
- };
- port1-muxes {
- virtual_mux_1: virtual-mux-1 {
- compatible = "cros-ec,usbc-mux-virtual";
- };
- };
- };
-};
-
-&usbpd0 {
- status = "okay";
-};
-
-&usbpd1 {
- status = "okay";
-};