summaryrefslogtreecommitdiff
path: root/zephyr/program/herobrine/usbc.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/herobrine/usbc.dtsi')
-rw-r--r--zephyr/program/herobrine/usbc.dtsi42
1 files changed, 0 insertions, 42 deletions
diff --git a/zephyr/program/herobrine/usbc.dtsi b/zephyr/program/herobrine/usbc.dtsi
deleted file mode 100644
index bed94800dd..0000000000
--- a/zephyr/program/herobrine/usbc.dtsi
+++ /dev/null
@@ -1,42 +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: port0@0 {
- compatible = "named-usbc-port";
- reg = <0>;
- bc12 = <&bc12_port0>;
- ppc = <&ppc_port0>;
- tcpc = <&tcpc_port0>;
- chg = <&charger>;
- usb-mux-chain-0 {
- compatible = "cros-ec,usb-mux-chain";
- usb-muxes = <&usb_mux_0>;
- };
- };
- usb_mux_0: usb-mux-0 {
- compatible = "parade,usbc-mux-ps8xxx";
- };
-
- port1: port1@1 {
- compatible = "named-usbc-port";
- reg = <1>;
- bc12 = <&bc12_port1>;
- ppc = <&ppc_port1>;
- tcpc = <&tcpc_port1>;
- usb-mux-chain-1 {
- compatible = "cros-ec,usb-mux-chain";
- usb-muxes = <&usb_mux_1>;
- };
- };
- usb_mux_1: usb-mux-1 {
- compatible = "parade,usbc-mux-ps8xxx";
- };
- };
-};