Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Cooper Jr., Franklin | 26b2864 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 2 | /* |
Nishanth Menon | eaa39c6 | 2023-11-01 15:56:03 -0500 | [diff] [blame] | 3 | * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
Cooper Jr., Franklin | 26b2864 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 4 | */ |
5 | |||||
6 | /{ | ||||
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame^] | 7 | aliases { |
8 | i2c0 = &i2c0; | ||||
9 | i2c1 = &i2c1; | ||||
10 | i2c2 = &i2c2; | ||||
Cooper Jr., Franklin | 26b2864 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 11 | }; |
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame^] | 12 | |
13 | chosen { | ||||
14 | stdout-path = &uart0; | ||||
15 | }; | ||||
16 | }; | ||||
17 | |||||
18 | &soc0 { | ||||
19 | bootph-all; | ||||
Cooper Jr., Franklin | 26b2864 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 20 | }; |
21 | |||||
22 | &i2c1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Cooper Jr., Franklin | 26b2864 | 2017-06-08 12:33:21 -0500 | [diff] [blame] | 24 | }; |
Jean-Jacques Hiblot | de12b94 | 2019-09-11 11:33:58 +0200 | [diff] [blame] | 25 | |
26 | &usb_phy { | ||||
27 | #phy-cells = <0>; | ||||
28 | psc-domain = <2>; | ||||
29 | }; | ||||
30 | |||||
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame^] | 31 | &usb0 { |
32 | phys = <&usb_phy>; | ||||
33 | dr_mode = "host"; | ||||
34 | snps,u2ss_inp3_quirk; | ||||
35 | status = "okay"; | ||||
Jean-Jacques Hiblot | de12b94 | 2019-09-11 11:33:58 +0200 | [diff] [blame] | 36 | }; |