blob: f6138f3058f33955dea3048c4d4deecd65730b47 [file] [log] [blame]
Wadim Egorovabea3242023-12-20 10:18:10 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * phyCORE-AM62x dts file for SPLs
4 * Copyright (C) 2022 - 2023 Phytec Messtechnik GmbH
5 * Author: Wadim Egorov <w.egorov@phytec.de>
6 *
7 * Product homepage:
8 * https://www.phytec.com/product/phyboard-am62x
9 */
10
11#include "k3-am625-phycore-som-binman.dtsi"
12
13/ {
14 chosen {
15 stdout-path = "serial2:115200n8";
16 tick-timer = &main_timer0;
17 };
18
19 aliases {
20 mmc0 = &sdhci0;
21 mmc1 = &sdhci1;
22 };
23
24 memory@80000000 {
25 bootph-all;
26 };
27};
28
29&cpsw3g {
30 bootph-all;
31};
32
33&cpsw_port1 {
34 bootph-all;
35};
36
37&cpsw_port2 {
38 status = "disabled";
39};
40
41&cpsw3g_phy1 {
42 bootph-all;
43};
44
45&dmsc {
46 k3_sysreset: sysreset-controller {
47 compatible = "ti,sci-sysreset";
48 bootph-all;
49 };
50};
51
52&fss {
53 bootph-all;
54};
55
56&main_bcdma {
57 bootph-all;
58 reg = <0x00 0x485c0100 0x00 0x100>,
59 <0x00 0x4c000000 0x00 0x20000>,
60 <0x00 0x4a820000 0x00 0x20000>,
61 <0x00 0x4aa40000 0x00 0x20000>,
62 <0x00 0x4bc00000 0x00 0x100000>,
63 <0x00 0x48600000 0x00 0x8000>,
64 <0x00 0x484a4000 0x00 0x2000>,
65 <0x00 0x484c2000 0x00 0x2000>;
66 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt",
67 "ringrt" , "cfg", "tchan", "rchan";
68};
69
70&main_gpio0 {
71 bootph-all;
72};
73
74&main_mdio1_pins_default {
75 bootph-all;
76};
77
78&main_i2c0 {
79 bootph-all;
80};
81
82&main_i2c0_pins_default {
83 bootph-all;
84};
85
86&main_mmc0_pins_default {
87 bootph-all;
88};
89
90&main_mmc1_pins_default {
91 bootph-all;
92};
93
94&main_pktdma {
95 bootph-all;
96 reg = <0x00 0x485c0000 0x00 0x100>,
97 <0x00 0x4a800000 0x00 0x20000>,
98 <0x00 0x4aa00000 0x00 0x20000>,
99 <0x00 0x4b800000 0x00 0x200000>,
100 <0x00 0x485e0000 0x00 0x10000>,
101 <0x00 0x484a0000 0x00 0x2000>,
102 <0x00 0x484c0000 0x00 0x2000>,
103 <0x00 0x48430000 0x00 0x1000>;
104 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
105 "cfg", "tchan", "rchan", "rflow";
106};
107
108&main_rgmii1_pins_default {
109 bootph-all;
110};
111
112&main_timer0 {
113 clock-frequency = <25000000>;
114};
115
116&main_uart0 {
117 bootph-all;
118};
119
120&main_uart0_pins_default {
121 bootph-all;
122};
123
124&main_uart1 {
125 bootph-all;
126};
127
128&main_uart1_pins_default {
129 bootph-all;
130};
131
132&ospi0 {
133 bootph-all;
134
135 flash@0 {
136 bootph-all;
137 };
138};
139
140&ospi0_pins_default {
141 bootph-all;
142};
143
144&sdhci0 {
145 bootph-all;
146};
147
148&sdhci1 {
149 bootph-all;
150};
151
152&vcc_3v3_mmc {
153 bootph-all;
154};
155
156&vcc_5v0_som {
157 bootph-all;
158};
159
160&vddshv5_sdio {
161 bootph-all;
162};
163
164&wkup_uart0 {
165 bootph-all;
166};