blob: 677a72d2a241567b046733ae3640a690d76a6f7d [file] [log] [blame]
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +05306#include <dt-bindings/net/ti-dp83867.h>
7
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +05308/ {
9 chosen {
10 stdout-path = "serial2:115200n8";
11 tick-timer = &timer1;
12 };
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053013
14 aliases {
15 ethernet0 = &cpsw_port1;
Lokesh Vutla70e16742021-02-01 11:26:40 +053016 spi0 = &ospi0;
17 spi1 = &ospi1;
18 remoteproc0 = &mcu_r5fss0_core0;
19 remoteproc1 = &mcu_r5fss0_core1;
20 remoteproc2 = &main_r5fss0_core0;
21 remoteproc3 = &main_r5fss0_core1;
22 remoteproc4 = &main_r5fss1_core0;
23 remoteproc5 = &main_r5fss1_core1;
24 remoteproc6 = &c66_0;
25 remoteproc7 = &c66_1;
26 remoteproc8 = &c71_0;
27 i2c0 = &wkup_i2c0;
28 i2c1 = &mcu_i2c0;
29 i2c2 = &mcu_i2c1;
30 i2c3 = &main_i2c0;
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053031 };
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053032};
33
34&cbass_main{
35 u-boot,dm-spl;
Lokesh Vutla70e16742021-02-01 11:26:40 +053036
Tom Rinifa09b122021-09-10 17:37:43 -040037 main_navss: bus@30000000 {
Lokesh Vutla70e16742021-02-01 11:26:40 +053038 u-boot,dm-spl;
39 };
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053040};
41
42&cbass_mcu_wakeup {
43 u-boot,dm-spl;
44
45 timer1: timer@40400000 {
46 compatible = "ti,omap5430-timer";
47 reg = <0x0 0x40400000 0x0 0x80>;
48 ti,timer-alwon;
Tero Kristobb318d82021-06-11 11:45:27 +030049 clock-frequency = <250000000>;
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053050 u-boot,dm-spl;
51 };
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053052
Tom Rinifa09b122021-09-10 17:37:43 -040053 mcu_navss: bus@28380000 {
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053054 u-boot,dm-spl;
55
Vignesh Raghavendra99faf0d2020-07-07 13:43:35 +053056 ringacc@2b800000 {
Vignesh Raghavendra2af181b2021-06-07 19:47:51 +053057 reg = <0x0 0x2b800000 0x0 0x400000>,
58 <0x0 0x2b000000 0x0 0x400000>,
59 <0x0 0x28590000 0x0 0x100>,
60 <0x0 0x2a500000 0x0 0x40000>,
61 <0x0 0x28440000 0x0 0x40000>;
62 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053063 u-boot,dm-spl;
64 };
65
Vignesh Raghavendra99faf0d2020-07-07 13:43:35 +053066 dma-controller@285c0000 {
Vignesh Raghavendra2af181b2021-06-07 19:47:51 +053067 reg = <0x0 0x285c0000 0x0 0x100>,
68 <0x0 0x284c0000 0x0 0x4000>,
69 <0x0 0x2a800000 0x0 0x40000>,
70 <0x0 0x284a0000 0x0 0x4000>,
71 <0x0 0x2aa00000 0x0 0x40000>,
72 <0x0 0x28400000 0x0 0x2000>;
73 reg-names = "gcfg", "rchan", "rchanrt", "tchan",
74 "tchanrt", "rflow";
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +053075 u-boot,dm-spl;
76 };
77 };
Lokesh Vutla70e16742021-02-01 11:26:40 +053078
79 chipid@43000014 {
80 u-boot,dm-spl;
81 };
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053082};
83
84&secure_proxy_main {
85 u-boot,dm-spl;
86};
87
88&dmsc {
89 u-boot,dm-spl;
90 k3_sysreset: sysreset-controller {
91 compatible = "ti,sci-sysreset";
92 u-boot,dm-spl;
93 };
94};
95
96&k3_pds {
97 u-boot,dm-spl;
98};
99
100&k3_clks {
101 u-boot,dm-spl;
102};
103
104&k3_reset {
105 u-boot,dm-spl;
106};
107
108&wkup_pmx0 {
109 u-boot,dm-spl;
110};
111
112&main_pmx0 {
113 u-boot,dm-spl;
114};
115
116&main_uart0 {
117 u-boot,dm-spl;
118};
119
120&mcu_uart0 {
121 u-boot,dm-spl;
122};
123
124&main_sdhci0 {
125 u-boot,dm-spl;
126};
127
128&main_sdhci1 {
129 u-boot,dm-spl;
130};
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +0530131
Kishon Vijay Abraham Iad256cc2021-07-21 21:28:40 +0530132&wiz3_pll1_refclk {
133 assigned-clocks = <&wiz3_pll1_refclk>, <&wiz3_pll0_refclk>;
134 assigned-clock-parents = <&k3_clks 295 0>, <&k3_clks 295 9>;
135};
136
Vignesh Raghavendra5aeab3b2019-11-18 19:16:35 +0530137&main_usbss0_pins_default {
138 u-boot,dm-spl;
139};
140
141&usbss0 {
142 u-boot,dm-spl;
Vignesh Raghavendra5aeab3b2019-11-18 19:16:35 +0530143};
144
145&usb0 {
146 dr_mode = "peripheral";
147 u-boot,dm-spl;
148};
149
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +0530150&mcu_cpsw {
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +0530151 reg = <0x0 0x46000000 0x0 0x200000>,
152 <0x0 0x40f00200 0x0 0x2>;
153 reg-names = "cpsw_nuss", "mac_efuse";
Vignesh Raghavendraaeeca072020-07-06 13:36:55 +0530154 /delete-property/ ranges;
Vignesh Raghavendra4886f1c2019-12-04 22:17:24 +0530155
156 cpsw-phy-sel@40f04040 {
157 compatible = "ti,am654-cpsw-phy-sel";
158 reg= <0x0 0x40f04040 0x0 0x4>;
159 reg-names = "gmii-sel";
160 };
161};
Faiz Abbasccc855e2020-01-16 19:42:21 +0530162
163&main_mmc1_pins_default {
164 u-boot,dm-spl;
165};
Andreas Dannenbergc44fb272020-01-07 13:15:56 +0530166
167&wkup_i2c0_pins_default {
168 u-boot,dm-spl;
169};
170
171&wkup_i2c0 {
172 u-boot,dm-spl;
173};
Vignesh Raghavendrab6427782020-01-27 23:22:15 +0530174
175&main_i2c0 {
176 u-boot,dm-spl;
177};
178
179&main_i2c0_pins_default {
180 u-boot,dm-spl;
181};
182
183&exp2 {
184 u-boot,dm-spl;
185};
Vignesh Raghavendra224d7fe2020-02-04 11:09:52 +0530186
187&mcu_fss0_ospi0_pins_default {
188 u-boot,dm-spl;
189};
190
191&fss {
192 u-boot,dm-spl;
193};
194
195&ospi0 {
196 u-boot,dm-spl;
197
198 flash@0 {
199 u-boot,dm-spl;
200 };
201};
Keerthy896cf0e2020-03-04 10:09:59 +0530202
203&ospi1 {
204 u-boot,dm-spl;
205
206 flash@0 {
207 u-boot,dm-spl;
208 };
209};
210
211&mcu_fss0_ospi1_pins_default {
212 u-boot,dm-spl;
213};
Suman Anna4ec04072021-05-18 16:38:25 -0500214
215&main_r5fss0 {
216 ti,cluster-mode = <0>;
217};
218
219&main_r5fss1 {
220 ti,cluster-mode = <0>;
221};
Kishon Vijay Abraham Iad256cc2021-07-21 21:28:40 +0530222
223&wiz3_pll1_refclk {
224 assigned-clocks = <&wiz3_pll1_refclk>, <&wiz3_pll0_refclk>;
225 assigned-clock-parents = <&k3_clks 295 0>, <&k3_clks 295 9>;
226};
227
228&serdes_ln_ctrl {
229 u-boot,mux-autoprobe;
230};
231
232&usb_serdes_mux {
233 u-boot,mux-autoprobe;
234};
Aswath Govindraju3c1d89f2022-01-28 13:41:39 +0530235
236&serdes0 {
237 /delete-property/ assigned-clocks;
238 /delete-property/ assigned-clock-parents;
239};
240
241&serdes0_pcie_link {
242 assigned-clocks = <&serdes0 CDNS_SIERRA_PLL_CMNLC>;
243 assigned-clock-parents = <&wiz0_pll1_refclk>;
244};
Aswath Govindrajua94d70a2022-01-28 13:41:51 +0530245
246&serdes0_qsgmii_link {
247 assigned-clocks = <&serdes0 CDNS_SIERRA_PLL_CMNLC1>;
248 assigned-clock-parents = <&wiz0_pll1_refclk>;
249};