blob: 19c78c97ae3110208d7e26493b689ac2efd5813a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Franklineb4743f2017-06-16 17:25:10 -05002/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Cooper Jr., Franklineb4743f2017-06-16 17:25:10 -05004 */
5
6/{
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +02007 aliases {
8 usb0 = &usb0;
9 usb1 = &usb1;
10 };
Andrew Davis426d89c2024-08-07 09:56:51 -050011
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., Franklineb4743f2017-06-16 17:25:10 -050026};
27
28&i2c0 {
Andrew Davis426d89c2024-08-07 09:56:51 -050029 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-all;
Cooper Jr., Franklineb4743f2017-06-16 17:25:10 -050031};
32
33&i2c1 {
Andrew Davis426d89c2024-08-07 09:56:51 -050034 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Cooper Jr., Franklineb4743f2017-06-16 17:25:10 -050036};
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +020037
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};