Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Cooper Jr., Franklin | eb4743f | 2017-06-16 17:25:10 -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 | eb4743f | 2017-06-16 17:25:10 -0500 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | /{ |
Jean-Jacques Hiblot | de12b94 | 2019-09-11 11:33:58 +0200 | [diff] [blame] | 7 | aliases { |
| 8 | usb0 = &usb0; |
| 9 | usb1 = &usb1; |
| 10 | }; |
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 11 | |
| 12 | chosen { |
| 13 | stdout-path = &uart0; |
| 14 | }; |
| 15 | }; |
| 16 | |
| 17 | &soc0 { |
| 18 | bootph-all; |
| 19 | |
| 20 | pmmc@2900000 { |
| 21 | bootph-all; |
| 22 | compatible = "ti,power-processor"; |
| 23 | reg = <0x02900000 0x40000>; |
| 24 | ti,lpsc_module = <1>; |
| 25 | }; |
Cooper Jr., Franklin | eb4743f | 2017-06-16 17:25:10 -0500 | [diff] [blame] | 26 | }; |
| 27 | |
| 28 | &i2c0 { |
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 29 | status = "okay"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 30 | bootph-all; |
Cooper Jr., Franklin | eb4743f | 2017-06-16 17:25:10 -0500 | [diff] [blame] | 31 | }; |
| 32 | |
| 33 | &i2c1 { |
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 34 | status = "okay"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Cooper Jr., Franklin | eb4743f | 2017-06-16 17:25:10 -0500 | [diff] [blame] | 36 | }; |
Jean-Jacques Hiblot | de12b94 | 2019-09-11 11:33:58 +0200 | [diff] [blame] | 37 | |
| 38 | &usb0_phy { |
| 39 | compatible = "ti,keystone-usbphy"; |
| 40 | #phy-cells = <0>; |
| 41 | reg = <0x2620738 24>; |
| 42 | psc-domain = <25>; |
| 43 | }; |
| 44 | |
| 45 | &usb0 { |
| 46 | phys = <&usb0_phy>; |
| 47 | snps,u2ss_inp3_quirk; |
| 48 | }; |
| 49 | |
| 50 | &usb1_phy { |
| 51 | compatible = "ti,keystone-usbphy"; |
| 52 | #phy-cells = <0>; |
| 53 | reg = <0x2620750 24>; |
| 54 | psc-domain = <26>; |
| 55 | }; |
| 56 | |
| 57 | &usb1 { |
| 58 | phys = <&usb1_phy>; |
| 59 | snps,u2ss_inp3_quirk; |
| 60 | }; |