summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/nivviks/overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/nivviks/overlay.dts')
-rw-r--r--zephyr/projects/nissa/nivviks/overlay.dts21
1 files changed, 14 insertions, 7 deletions
diff --git a/zephyr/projects/nissa/nivviks/overlay.dts b/zephyr/projects/nissa/nivviks/overlay.dts
index 3bae19e274..bb32f098e8 100644
--- a/zephyr/projects/nissa/nivviks/overlay.dts
+++ b/zephyr/projects/nissa/nivviks/overlay.dts
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -213,7 +213,10 @@
reg = <0>;
bc12 = <&bc12_port0>;
chg = <&chg_port0>;
- usb-muxes = <&virtual_mux_0>;
+ usb-mux-chain-0 {
+ compatible = "cros-ec,usb-mux-chain";
+ usb-muxes = <&virtual_mux_0>;
+ };
};
port0-muxes {
virtual_mux_0: virtual-mux-0 {
@@ -229,11 +232,15 @@
reg = <1>;
bc12 = <&bc12_port1>;
chg = <&chg_port1>;
- /*
- * Some sub-boards may disable all usb muxes in chain
- * except virtual_mux_1
- */
- usb-muxes = <&virtual_mux_1 &anx7483_mux_1>;
+ usb-mux-chain-1 {
+ compatible = "cros-ec,usb-mux-chain";
+ usb-muxes = <&virtual_mux_1 &anx7483_mux_1>;
+ };
+ usb_mux_chain_1_no_mux: usb-mux-chain-1-no-mux {
+ compatible = "cros-ec,usb-mux-chain";
+ alternative-chain;
+ usb-muxes = <&virtual_mux_1>;
+ };
};
port1-muxes {
virtual_mux_1: virtual-mux-1 {