arm: dts: k3-j7200: Add USB related DT entries
[platform/kernel/u-boot.git] / arch / arm / dts / k3-j7200-common-proc-board-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
4  */
5
6 / {
7         chosen {
8                 stdout-path = "serial2:115200n8";
9                 tick-timer = &timer1;
10         };
11
12 };
13
14 &chipid {
15         u-boot,dm-spl;
16 };
17
18 &cbass_main {
19         u-boot,dm-spl;
20 };
21
22 &main_navss {
23         u-boot,dm-spl;
24 };
25
26 &cbass_mcu_wakeup {
27         u-boot,dm-spl;
28
29         timer1: timer@40400000 {
30                 compatible = "ti,omap5430-timer";
31                 reg = <0x0 0x40400000 0x0 0x80>;
32                 ti,timer-alwon;
33                 clock-frequency = <25000000>;
34                 u-boot,dm-spl;
35         };
36 };
37
38 &secure_proxy_main {
39         u-boot,dm-spl;
40 };
41
42 &dmsc {
43         u-boot,dm-spl;
44         k3_sysreset: sysreset-controller {
45                 compatible = "ti,sci-sysreset";
46                 u-boot,dm-spl;
47         };
48 };
49
50 &k3_pds {
51         u-boot,dm-spl;
52 };
53
54 &k3_clks {
55         u-boot,dm-spl;
56 };
57
58 &k3_reset {
59         u-boot,dm-spl;
60 };
61
62 &wkup_pmx0 {
63         u-boot,dm-spl;
64 };
65
66 &main_pmx0 {
67         u-boot,dm-spl;
68 };
69
70 &main_uart0 {
71         u-boot,dm-spl;
72 };
73
74 &mcu_uart0 {
75         u-boot,dm-spl;
76 };
77
78 &main_sdhci0 {
79         u-boot,dm-spl;
80 };
81
82 &main_sdhci1 {
83         u-boot,dm-spl;
84 };
85
86 &wkup_i2c0_pins_default {
87         u-boot,dm-spl;
88 };
89
90 &wkup_i2c0 {
91         u-boot,dm-spl;
92 };
93
94 &main_i2c0 {
95         u-boot,dm-spl;
96 };
97
98 &main_i2c0_pins_default {
99         u-boot,dm-spl;
100 };
101
102 &exp2 {
103         u-boot,dm-spl;
104 };
105
106 &main_usbss0_pins_default {
107         u-boot,dm-spl;
108 };
109
110 &usbss0 {
111         u-boot,dm-spl;
112         ti,usb2-only;
113 };
114
115 &usb0 {
116         dr_mode = "peripheral";
117         u-boot,dm-spl;
118 };