blob: 12faaae59b16a40e1b1138d974f268880e4b57d9 [file] [log] [blame]
Sinthu Rajacc07b6c2023-01-10 21:17:56 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6/ {
7 chosen {
8 stdout-path = "serial2:115200n8";
9 tick-timer = &timer1;
10 };
11
12 aliases {
13 serial0 = &wkup_uart0;
14 serial1 = &mcu_uart0;
15 serial2 = &main_uart8;
16 i2c0 = &wkup_i2c0;
17 i2c1 = &mcu_i2c0;
18 i2c2 = &mcu_i2c1;
19 i2c3 = &main_i2c0;
20 ethernet0 = &cpsw_port1;
21 mmc1 = &main_sdhci1;
22 };
23};
24
25&wkup_i2c0 {
26 u-boot,dm-spl;
27};
28
29&cbass_main {
30 u-boot,dm-spl;
31};
32
33&main_navss {
34 u-boot,dm-spl;
35};
36
37&cbass_mcu_wakeup {
38 u-boot,dm-spl;
39
40 timer1: timer@40400000 {
41 compatible = "ti,omap5430-timer";
42 reg = <0x0 0x40400000 0x0 0x80>;
43 ti,timer-alwon;
44 clock-frequency = <250000000>;
45 u-boot,dm-spl;
46 };
47
48 chipid@43000014 {
49 u-boot,dm-spl;
50 };
51};
52
53&mcu_navss {
54 u-boot,dm-spl;
55};
56
57&mcu_ringacc {
58 reg = <0x0 0x2b800000 0x0 0x400000>,
59 <0x0 0x2b000000 0x0 0x400000>,
60 <0x0 0x28590000 0x0 0x100>,
61 <0x0 0x2a500000 0x0 0x40000>,
62 <0x0 0x28440000 0x0 0x40000>;
63 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
64 u-boot,dm-spl;
65};
66
67&mcu_udmap {
68 reg = <0x0 0x285c0000 0x0 0x100>,
69 <0x0 0x284c0000 0x0 0x4000>,
70 <0x0 0x2a800000 0x0 0x40000>,
71 <0x0 0x284a0000 0x0 0x4000>,
72 <0x0 0x2aa00000 0x0 0x40000>,
73 <0x0 0x28400000 0x0 0x2000>;
74 reg-names = "gcfg", "rchan", "rchanrt", "tchan",
75 "tchanrt", "rflow";
76 u-boot,dm-spl;
77};
78
79&secure_proxy_main {
80 u-boot,dm-spl;
81};
82
83&sms {
84 u-boot,dm-spl;
85 k3_sysreset: sysreset-controller {
86 compatible = "ti,sci-sysreset";
87 u-boot,dm-spl;
88 };
89};
90
91&main_pmx0 {
92 u-boot,dm-spl;
93};
94
95&main_uart8_pins_default {
96 u-boot,dm-spl;
97};
98
99&main_mmc1_pins_default {
100 u-boot,dm-spl;
101};
102
103&wkup_pmx0 {
104 u-boot,dm-spl;
105};
106
107&k3_pds {
108 u-boot,dm-spl;
109};
110
111&k3_clks {
112 u-boot,dm-spl;
113};
114
115&k3_reset {
116 u-boot,dm-spl;
117};
118
119&main_uart8 {
120 u-boot,dm-spl;
121};
122
123&mcu_uart0 {
124 u-boot,dm-spl;
125};
126
127&wkup_uart0 {
128 u-boot,dm-spl;
129};
130
131&mcu_cpsw {
132 reg = <0x0 0x46000000 0x0 0x200000>,
133 <0x0 0x40f00200 0x0 0x8>;
134 reg-names = "cpsw_nuss", "mac_efuse";
135 /delete-property/ ranges;
136
137 cpsw-phy-sel@40f04040 {
138 compatible = "ti,am654-cpsw-phy-sel";
139 reg= <0x0 0x40f04040 0x0 0x4>;
140 reg-names = "gmii-sel";
141 };
142};
143
144&main_sdhci0 {
145 status = "disabled";
146};
147
148&main_sdhci1 {
149 u-boot,dm-spl;
150};