2018-05-06 17:58:06 -04:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2017-06-08 12:33:21 -05:00
|
|
|
/*
|
2023-11-01 15:56:03 -05:00
|
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
|
2017-06-08 12:33:21 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
/{
|
|
|
|
soc {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2017-06-08 12:33:21 -05:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-all;
|
2017-06-08 12:33:21 -05:00
|
|
|
};
|
2019-09-11 11:33:58 +02:00
|
|
|
|
|
|
|
&usb_phy {
|
|
|
|
#phy-cells = <0>;
|
|
|
|
psc-domain = <2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb {
|
|
|
|
dwc3@2690000 {
|
|
|
|
phys = <&usb_phy>;
|
|
|
|
dr_mode = "host";
|
|
|
|
snps,u2ss_inp3_quirk;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|