summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_svdm_dfp_only/boards/native_posix.overlay
blob: 0e428e271a72da9f3ededcc33fe99e73323d6eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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.
 */

#include "../../boards/native_posix.overlay"

/*
 * The SVDM DFP only tests explicitly do not support USB4/TBT which
 * automatically get turned on if the Burnside Bridge retimer is used.
 * Remove this device from the devicetree.
 */
 /delete-node/ &usb_c1_bb_retimer_emul;

 / {
	usbc {
		port1@1 {
			usb-mux-chain-1 {
				usb-muxes = <&virtual_mux_c1>;
			};
		};
	};
};