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