summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/usba.dts
blob: 2ecb3b7d5a0308ded564435b83160cd2efa5e3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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.
 */

/ {
	usba_port_enable_list: usba-port-enable-list {
		compatible = "cros-ec,usba-port-enable-pins";
		enable-pins = <&en_pp5000_usb_a0_vbus>;
	};
};