summaryrefslogtreecommitdiff
path: root/zephyr/test/krabby/common.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/krabby/common.dts')
-rw-r--r--zephyr/test/krabby/common.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/zephyr/test/krabby/common.dts b/zephyr/test/krabby/common.dts
index d9f1a4f463..b8f1eb0733 100644
--- a/zephyr/test/krabby/common.dts
+++ b/zephyr/test/krabby/common.dts
@@ -32,6 +32,16 @@
chg = <&charger>;
tcpc = <&tcpci_emul>;
};
+
+ port1@1 {
+ compatible = "named-usbc-port";
+ status = "okay";
+ reg = <1>;
+ usb-mux-chain-1 {
+ compatible = "cros-ec,usb-mux-chain";
+ usb-muxes = <&tusb1064_mux_1>;
+ };
+ };
};
batteries {
@@ -68,3 +78,13 @@
reg = <0x82>;
};
};
+
+&i2c_ctrl4 {
+ status="okay";
+
+ tusb1064_mux_1: tusb1064-mux-1@44 {
+ compatible = "zephyr,tusb1064-emul";
+ reg = <0x44>;
+ board-init = "tusb1064_mux_1_board_init";
+ };
+};