blob: 3e38f228a6a37bdce8979b799584c40b331aa32b [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -05002/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -05004 */
5
6/{
7 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -07008 bootph-all;
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -05009 };
10};
11
12&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-all;
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -050014};
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +020015
16&usb_phy {
17 #phy-cells = <0>;
18 psc-domain = <2>;
19};
20
21&usb {
22 dwc3@2690000 {
23 phys = <&usb_phy>;
24 dr_mode = "host";
25 snps,u2ss_inp3_quirk;
26 status = "okay";
27 };
28};