Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Cooper Jr., Franklin | f8dbc07 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Cooper Jr., Franklin | f8dbc07 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 4 | */ |
5 | |||||
6 | /{ | ||||
7 | soc { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &i2c1 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
Jean-Jacques Hiblot | 7883036 | 2019-09-11 11:33:58 +0200 | [diff] [blame] | 15 | |
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 | }; |