blob: e52f7e1e86bb43272cc2edbcd0edd7ecf6434001 [file] [log] [blame]
Lokesh Vutlaa7551cf2020-08-05 22:44:28 +05301// 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
Vignesh Raghavendradb6451e2020-08-07 00:27:01 +053012 aliases {
13 ethernet0 = &cpsw_port1;
Lokesh Vutla6239cc82021-02-01 11:26:41 +053014 i2c0 = &wkup_i2c0;
15 i2c1 = &mcu_i2c0;
16 i2c2 = &mcu_i2c1;
17 i2c3 = &main_i2c0;
Vignesh Raghavendradb6451e2020-08-07 00:27:01 +053018 };
Lokesh Vutlaa7551cf2020-08-05 22:44:28 +053019};
20
Lokesh Vutlaa7551cf2020-08-05 22:44:28 +053021&cbass_main {
22 u-boot,dm-spl;
23};
24
25&main_navss {
26 u-boot,dm-spl;
27};
28
29&cbass_mcu_wakeup {
30 u-boot,dm-spl;
31
32 timer1: timer@40400000 {
33 compatible = "ti,omap5430-timer";
34 reg = <0x0 0x40400000 0x0 0x80>;
35 ti,timer-alwon;
36 clock-frequency = <25000000>;
37 u-boot,dm-spl;
38 };
Lokesh Vutla6239cc82021-02-01 11:26:41 +053039
40 chipid@43000014 {
41 u-boot,dm-spl;
42 };
Lokesh Vutlaa7551cf2020-08-05 22:44:28 +053043};
44
45&secure_proxy_main {
46 u-boot,dm-spl;
47};
48
49&dmsc {
50 u-boot,dm-spl;
51 k3_sysreset: sysreset-controller {
52 compatible = "ti,sci-sysreset";
53 u-boot,dm-spl;
54 };
55};
56
57&k3_pds {
58 u-boot,dm-spl;
59};
60
61&k3_clks {
62 u-boot,dm-spl;
63};
64
65&k3_reset {
66 u-boot,dm-spl;
67};
68
69&wkup_pmx0 {
70 u-boot,dm-spl;
71};
72
73&main_pmx0 {
74 u-boot,dm-spl;
75};
76
77&main_uart0 {
78 u-boot,dm-spl;
79};
80
81&mcu_uart0 {
82 u-boot,dm-spl;
83};
84
85&main_sdhci0 {
86 u-boot,dm-spl;
87};
88
89&main_sdhci1 {
90 u-boot,dm-spl;
91};
92
93&wkup_i2c0_pins_default {
94 u-boot,dm-spl;
95};
96
97&wkup_i2c0 {
98 u-boot,dm-spl;
99};
100
101&main_i2c0 {
102 u-boot,dm-spl;
103};
104
105&main_i2c0_pins_default {
106 u-boot,dm-spl;
107};
108
109&exp2 {
110 u-boot,dm-spl;
111};
Vignesh Raghavendra86c9bd42020-08-07 00:26:56 +0530112
Vignesh Raghavendradb6451e2020-08-07 00:27:01 +0530113&mcu_cpsw {
114 reg = <0x0 0x46000000 0x0 0x200000>,
115 <0x0 0x40f00200 0x0 0x8>;
116 reg-names = "cpsw_nuss", "mac_efuse";
117
118 cpsw-phy-sel@40f04040 {
119 compatible = "ti,am654-cpsw-phy-sel";
120 reg= <0x0 0x40f04040 0x0 0x4>;
121 reg-names = "gmii-sel";
122 };
123};
124
Vignesh Raghavendra86c9bd42020-08-07 00:26:56 +0530125&main_usbss0_pins_default {
126 u-boot,dm-spl;
127};
128
129&usbss0 {
130 u-boot,dm-spl;
131 ti,usb2-only;
132};
133
134&usb0 {
135 dr_mode = "peripheral";
136 u-boot,dm-spl;
137};
Vignesh Raghavendrac07d0682020-08-13 14:56:17 +0530138
139&wkup_gpio_pins_default {
140 u-boot,dm-spl;
141};
142
Vignesh Raghavendrac07d0682020-08-13 14:56:17 +0530143&mcu_fss0_hpb0_pins_default {
144 u-boot,dm-spl;
145};
146
147&fss {
148 u-boot,dm-spl;
149};
150
151&hbmc {
152 u-boot,dm-spl;
153
154 flash@0,0 {
155 u-boot,dm-spl;
156 };
157};
158
159&hbmc_mux {
160 u-boot,dm-spl;
161};