blob: f1aed14b0b50efc3321ed7ae6501667e22aa63b2 [file] [log] [blame]
Jean-Jacques Hiblot78830362019-09-11 11:33:58 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
Nishanth Menona94a4072023-11-01 15:56:03 -05003 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
Jean-Jacques Hiblot78830362019-09-11 11:33:58 +02004 */
5
6&usb_phy {
7 #phy-cells = <0>;
8 psc-domain = <2>;
9};
10
11&usb {
12 dwc3@2690000 {
13 phys = <&usb_phy>;
14 dr_mode = "host";
15 snps,u2ss_inp3_quirk;
16 status = "okay";
17 };
18};