blob: 4b1e8ce2c920ca527d51597d700e7fd21065bea7 [file] [log] [blame]
Lokesh Vutla853f7f52018-08-27 15:59:09 +05301// SPDX-License-Identifier: GPL-2.0
2/*
Nishanth Menona94a4072023-11-01 15:56:03 -05003 * Copyright (C) 2018-2021 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutla853f7f52018-08-27 15:59:09 +05304 */
5
Neha Malcom Francis77c29cb2023-07-22 00:14:32 +05306#include "k3-am65x-binman.dtsi"
Lokesh Vutlac81e7f82021-06-22 12:04:30 +05307
Bryan Brattlofb65ea692023-12-29 11:47:02 -06008&vtt_supply {
9 bootph-pre-ram;
10};
11
12&cbass_main {
13 bootph-pre-ram;
14};
15
16&main_navss {
17 bootph-pre-ram;
18};
19
20&cbass_mcu {
21 bootph-pre-ram;
22};
23
24&mcu_navss {
25 bootph-pre-ram;
26};
27
28&mcu_ringacc {
29 bootph-pre-ram;
30};
31
32&mcu_udmap {
33 bootph-pre-ram;
34};
35
36&wkup_gpio0 {
37 bootph-pre-ram;
38};
39
40&secure_proxy_main {
41 bootph-pre-ram;
42};
43
44&cbass_wakeup {
45 bootph-pre-ram;
46
47 chipid@43000014 {
48 bootph-pre-ram;
49 };
50};
51
52&dmsc {
53 bootph-pre-ram;
54};
55
56&k3_pds {
57 bootph-pre-ram;
58};
59
60&k3_clks {
61 bootph-pre-ram;
62};
63
64&k3_reset {
65 bootph-pre-ram;
66};
67
68&main_uart0 {
69 bootph-pre-ram;
70};
71
72&wkup_vtm0 {
73 bootph-pre-ram;
74};
75
76&wkup_pmx0 {
77 bootph-pre-ram;
78};
79
80&wkup_uart0_pins_default {
81 bootph-pre-ram;
82};
83
84&wkup_vtt_pins_default {
85 bootph-pre-ram;
86};
87
88&mcu_uart0_pins_default {
89 bootph-pre-ram;
90};
91
92&wkup_i2c0_pins_default {
93 bootph-pre-ram;
94};
95
96&mcu_fss0_ospi0_pins_default {
97 bootph-pre-ram;
98};
99
100&main_pmx0 {
101 bootph-pre-ram;
102};
103
104&main_uart0_pins_default {
105 bootph-pre-ram;
106};
107
108&main_mmc0_pins_default {
109 bootph-pre-ram;
110};
111
112&main_mmc1_pins_default {
113 bootph-pre-ram;
114};
115
116&usb0_pins_default {
117 bootph-pre-ram;
118};
119
120&main_pmx1 {
121 bootph-pre-ram;
122};
123
124&sdhci0 {
125 bootph-pre-ram;
126};
127
128&sdhci1 {
129 bootph-pre-ram;
130};
131
132&wkup_i2c0 {
133 bootph-pre-ram;
134};
135
136&vdd_mpu {
137 bootph-pre-ram;
138};
139
140&ospi0 {
141 bootph-pre-ram;
142
143 flash@0 {
144 bootph-pre-ram;
145 };
146};
147
148&dwc3_0 {
149 bootph-pre-ram;
150};
151
152&usb0_phy {
153 bootph-pre-ram;
154};
155
156&usb0 {
157 bootph-pre-ram;
158};
159
160&scm_conf {
161 bootph-pre-ram;
162};
163
164&fss {
165 bootph-pre-ram;
166};
167
Lokesh Vutlac81e7f82021-06-22 12:04:30 +0530168&pru0_0 {
169 remoteproc-name = "pru0_0";
170};
171
172&rtu0_0 {
173 remoteproc-name = "rtu0_0";
174};
175
176&tx_pru0_0 {
177 remoteproc-name = "tx_pru0_0";
178};
179
180&pru0_1 {
181 remoteproc-name = "pru0_1";
182};
183
184&rtu0_1 {
185 remoteproc-name = "rtu0_1";
186};
187
188&tx_pru0_1 {
189 remoteproc-name = "tx_pru0_1";
190};
191
192&pru1_0 {
193 remoteproc-name = "pru1_0";
194};
195
196&rtu1_0 {
197 remoteproc-name = "rtu1_0";
198};
199
200&tx_pru1_0 {
201 remoteproc-name = "tx_pru1_0";
202};
203
204&pru1_1 {
205 remoteproc-name = "pru1_1";
206};
207
208&rtu1_1 {
209 remoteproc-name = "rtu1_1";
210};
211
212&tx_pru1_1 {
213 remoteproc-name = "tx_pru1_1";
214};
215
216&pru2_0 {
217 remoteproc-name = "pru2_0";
218};
219
220&rtu2_0 {
221 remoteproc-name = "rtu2_0";
222};
223
224&tx_pru2_0 {
225 remoteproc-name = "tx_pru2_0";
226};
227
228&pru2_1 {
229 remoteproc-name = "pru2_1";
230};
231
232&rtu2_1 {
233 remoteproc-name = "rtu2_1";
234};
235
236&tx_pru2_1 {
237 remoteproc-name = "tx_pru2_1";
238};
Suman Anna31b3d7a2021-07-26 11:22:13 -0500239
240&mcu_r5fss0 {
241 ti,cluster-mode = <0>;
242};