blob: d9dee805ebed4bf3ea96f43c875fa59064316ecd [file] [log] [blame]
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +02004 */
5
Andrew Davis426d89c2024-08-07 09:56:51 -05006/{
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 Hiblotde12b942019-09-11 11:33:58 +020022&usb_phy {
23 #phy-cells = <0>;
24 psc-domain = <2>;
25};
26
Andrew Davis426d89c2024-08-07 09:56:51 -050027&usb0 {
28 phys = <&usb_phy>;
29 dr_mode = "host";
30 snps,u2ss_inp3_quirk;
31 status = "okay";
Jean-Jacques Hiblotde12b942019-09-11 11:33:58 +020032};