1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 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}; 19