blob: d80c5501d2f45ab846ba8c505dd7bf20734af3fd [file] [log] [blame]
Jan Kiszkac3a87952021-09-18 08:17:52 +02001// SPDX-License-Identifier: GPL-2.0
2/*
Jan Kiszka39834cc2022-02-16 09:06:49 +01003 * Copyright (c) Siemens AG, 2018-2022
Jan Kiszkac3a87952021-09-18 08:17:52 +02004 *
5 * Authors:
6 * Le Jin <le.jin@siemens.com>
7 * Jan Kiszka <jan.kiszka@siemens.com>
8 *
9 * Common U-Boot bits of the IOT2050 Basic and Advanced variants
10 */
11
12/ {
13 aliases {
14 spi0 = &ospi0;
15 };
16
17 leds {
18 u-boot,dm-spl;
19 status-led-red {
20 u-boot,dm-spl;
21 };
22 status-led-green {
23 u-boot,dm-spl;
24 };
25 };
26};
27
28&cbass_mcu {
29 u-boot,dm-spl;
Jan Kiszka39834cc2022-02-16 09:06:49 +010030
31 mcu_navss: bus@28380000 {
32 ringacc@2b800000 {
33 reg = <0x0 0x2b800000 0x0 0x400000>,
34 <0x0 0x2b000000 0x0 0x400000>,
35 <0x0 0x28590000 0x0 0x100>,
36 <0x0 0x2a500000 0x0 0x40000>,
37 <0x0 0x28440000 0x0 0x40000>;
38 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
39 ti,dma-ring-reset-quirk;
40 };
41
42 dma-controller@285c0000 {
43 reg = <0x0 0x285c0000 0x0 0x100>,
44 <0x0 0x284c0000 0x0 0x4000>,
45 <0x0 0x2a800000 0x0 0x40000>,
46 <0x0 0x284a0000 0x0 0x4000>,
47 <0x0 0x2aa00000 0x0 0x40000>,
48 <0x0 0x28400000 0x0 0x2000>;
49 reg-names = "gcfg", "rchan", "rchanrt", "tchan",
50 "tchanrt", "rflow";
51 };
52 };
Jan Kiszkac3a87952021-09-18 08:17:52 +020053};
54
55&cbass_wakeup {
56 u-boot,dm-spl;
57};
58
59&cbass_main {
60 u-boot,dm-spl;
Jan Kiszkace543d02021-10-05 12:04:49 +020061 main_navss: bus@30800000 {
Jan Kiszkac3a87952021-09-18 08:17:52 +020062 u-boot,dm-spl;
63 };
64};
65
66&wkup_pmx0 {
67 u-boot,dm-spl;
68 mcu-fss0-ospi0-pins-default {
69 u-boot,dm-spl;
70 };
71};
72
73&main_pmx0 {
74 u-boot,dm-spl;
75 main-uart1-pins-default {
76 u-boot,dm-spl;
77 };
78};
79
80&main_uart1 {
81 u-boot,dm-spl;
82 current-speed = <115200>;
83};
84
85&wkup_gpio0 {
86 u-boot,dm-spl;
87};
88
89&ospi0 {
90 u-boot,dm-spl;
91 flash@0 {
92 u-boot,dm-spl;
93 };
94};
95
96&secure_proxy_main {
97 u-boot,dm-spl;
98};
99
100&dmsc {
101 u-boot,dm-spl;
102 k3_sysreset: sysreset-controller {
103 compatible = "ti,sci-sysreset";
104 u-boot,dm-spl;
105 };
106};
107
108&k3_pds {
109 u-boot,dm-spl;
110};
111
112&k3_clks {
113 u-boot,dm-spl;
114};
115
116&k3_reset {
117 u-boot,dm-spl;
118};
119
120&fss {
121 u-boot,dm-spl;
122};