blob: 3b3d327562c992342c473449d09256c86d20ffac [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -05002/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -05004 */
5
6/{
Andrew Davis426d89c2024-08-07 09:56:51 -05007 aliases {
8 i2c0 = &i2c0;
9 i2c1 = &i2c1;
10 i2c2 = &i2c2;
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -050011 };
Andrew Davis426d89c2024-08-07 09:56:51 -050012
13 chosen {
14 stdout-path = &uart0;
15 };
16};
17
18&soc0 {
19 bootph-all;
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -050020};
21
22&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-all;
Cooper Jr., Franklin26b28642017-06-08 12:33:21 -050024};
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +020025
26&usb_phy {
27 #phy-cells = <0>;
28 psc-domain = <2>;
29};
30
Andrew Davis426d89c2024-08-07 09:56:51 -050031&usb0 {
32 phys = <&usb_phy>;
33 dr_mode = "host";
34 snps,u2ss_inp3_quirk;
35 status = "okay";
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +020036};