blob: 5dfc40a843bf0643d3c24dad5d9190264647d617 [file] [log] [blame]
Wadim Egorov36e26d12024-02-28 09:42:16 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2021 PHYTEC America, LLC - https://www.phytec.com
4 * Author: Matt McKee <mmckee@phytec.com>
5 *
6 * Copyright (C) 2022 - 2024 PHYTEC Messtechnik GmbH
7 * Author: Wadim Egorov <w.egorov@phytec.de>
8 *
9 * Product homepage:
10 * https://www.phytec.com/product/phycore-am64x
11 */
12
13#include "k3-am642-phycore-som-binman.dtsi"
14
15/ {
16 chosen {
17 stdout-path = "serial2:115200n8";
18 tick-timer = &main_timer0;
19 };
20
21 memory@80000000 {
22 bootph-all;
23 };
24};
25
26&cbass_main {
27 bootph-all;
28};
29
30&dmsc {
31 bootph-all;
32 k3_sysreset: sysreset-controller {
33 compatible = "ti,sci-sysreset";
34 bootph-all;
35 };
36};
37
38&dmss {
39 bootph-all;
40};
41
42&k3_clks {
43 bootph-all;
44};
45
46&k3_pds {
47 bootph-all;
48};
49
50&k3_reset {
51 bootph-all;
52};
53
54&main_bcdma {
55 bootph-all;
56 reg = <0x00 0x485c0100 0x00 0x100>,
57 <0x00 0x4c000000 0x00 0x20000>,
58 <0x00 0x4a820000 0x00 0x20000>,
59 <0x00 0x4aa40000 0x00 0x20000>,
60 <0x00 0x4bc00000 0x00 0x100000>,
61 <0x00 0x48600000 0x00 0x8000>,
62 <0x00 0x484a4000 0x00 0x2000>,
63 <0x00 0x484c2000 0x00 0x2000>;
64 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt", "ringrt",
65 "cfg", "tchan", "rchan";
66};
67
68&main_conf {
69 bootph-all;
70 chipid@14 {
71 bootph-all;
72 };
73};
74
75&main_gpio0 {
76 bootph-all;
77};
78
79&main_mmc1_pins_default {
80 bootph-all;
81};
82
83&main_pktdma {
84 bootph-all;
85 reg = <0x00 0x485c0000 0x00 0x100>,
86 <0x00 0x4a800000 0x00 0x20000>,
87 <0x00 0x4aa00000 0x00 0x40000>,
88 <0x00 0x4b800000 0x00 0x400000>,
89 <0x00 0x485e0000 0x00 0x20000>,
90 <0x00 0x484a0000 0x00 0x4000>,
91 <0x00 0x484c0000 0x00 0x2000>,
92 <0x00 0x48430000 0x00 0x4000>;
93 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt", "cfg",
94 "tchan", "rchan", "rflow";
95};
96
97&main_pmx0 {
98 bootph-all;
99};
100
101&main_timer0 {
102 bootph-all;
103 clock-frequency = <200000000>;
104};
105
106&main_uart0 {
107 bootph-all;
108};
109
110&main_uart0_pins_default {
111 bootph-all;
112};
113
114&main_usb0_pins_default {
115 bootph-all;
116};
117
118&ospi0 {
119 bootph-all;
120 flash@0 {
121 bootph-all;
122 };
123};
124
125&ospi0_pins_default {
126 bootph-all;
127};
128
129&sdhci0 {
130 bootph-all;
131};
132
133&sdhci1 {
134 bootph-all;
135};
136
137&secure_proxy_main {
138 bootph-all;
139};
140
141&usbss0 {
142 bootph-all;
143};
144
145&usb0 {
146 bootph-all;
147};