blob: cd95907b981b29d8e38968eb9c994949429ca956 [file] [log] [blame]
Lokesh Vutlaac736802019-06-13 10:29:55 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
Neha Malcom Francis20a90042023-07-22 00:14:28 +05306#include "k3-j721e-binman.dtsi"
Vignesh Raghavendra268dad22019-12-04 22:17:24 +05307
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +05308&cbass_main {
Nishanth Menond16f3d72023-10-05 13:15:14 -05009 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053010};
11
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053012&main_navss {
Nishanth Menond16f3d72023-10-05 13:15:14 -050013 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053014};
15
16&cbass_mcu_wakeup {
Nishanth Menond16f3d72023-10-05 13:15:14 -050017 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053018
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053019 chipid@43000014 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050020 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053021 };
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053022};
Vignesh Raghavendra268dad22019-12-04 22:17:24 +053023
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053024&mcu_navss {
Nishanth Menond16f3d72023-10-05 13:15:14 -050025 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053026};
Vignesh Raghavendra268dad22019-12-04 22:17:24 +053027
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053028&mcu_ringacc {
Nishanth Menond16f3d72023-10-05 13:15:14 -050029 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053030};
Lokesh Vutla62eada12021-02-01 11:26:40 +053031
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053032&mcu_udmap {
33 reg = <0x0 0x285c0000 0x0 0x100>,
34 <0x0 0x284c0000 0x0 0x4000>,
35 <0x0 0x2a800000 0x0 0x40000>,
36 <0x0 0x284a0000 0x0 0x4000>,
37 <0x0 0x2aa00000 0x0 0x40000>,
38 <0x0 0x28400000 0x0 0x2000>;
39 reg-names = "gcfg", "rchan", "rchanrt", "tchan",
40 "tchanrt", "rflow";
Nishanth Menond16f3d72023-10-05 13:15:14 -050041 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053042};
43
44&secure_proxy_main {
Nishanth Menond16f3d72023-10-05 13:15:14 -050045 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053046};
47
48&dmsc {
Nishanth Menond16f3d72023-10-05 13:15:14 -050049 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053050 k3_sysreset: sysreset-controller {
51 compatible = "ti,sci-sysreset";
Nishanth Menond16f3d72023-10-05 13:15:14 -050052 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053053 };
54};
55
56&k3_pds {
Nishanth Menond16f3d72023-10-05 13:15:14 -050057 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053058};
59
60&k3_clks {
Nishanth Menond16f3d72023-10-05 13:15:14 -050061 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053062};
63
64&k3_reset {
Nishanth Menond16f3d72023-10-05 13:15:14 -050065 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053066};
67
68&wkup_pmx0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050069 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053070};
71
72&main_pmx0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050073 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053074};
75
76&main_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050077 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053078};
79
80&mcu_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050081 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053082};
83
84&main_sdhci0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050085 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053086};
87
88&main_sdhci1 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050089 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053090};
Vignesh Raghavendra268dad22019-12-04 22:17:24 +053091
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053092&main_uart0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -050093 bootph-all;
Kishon Vijay Abraham I7f3a3092021-07-21 21:28:40 +053094};
95
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +053096&main_usbss0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -050097 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +053098};
99
100&usbss0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500101 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530102};
103
104&usb0 {
105 dr_mode = "peripheral";
Nishanth Menond16f3d72023-10-05 13:15:14 -0500106 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530107};
108
Faiz Abbasc67d3892020-01-16 19:42:21 +0530109&main_mmc1_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500110 bootph-all;
Faiz Abbasc67d3892020-01-16 19:42:21 +0530111};
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530112
113&wkup_i2c0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500114 bootph-all;
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530115};
116
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530117&wkup_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500118 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530119 status = "okay";
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530120};
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530121
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530122&wkup_i2c0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500123 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530124 status = "okay";
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530125};
126
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530127&main_i2c0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500128 bootph-all;
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530129};
130
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530131&main_i2c0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500132 bootph-all;
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530133};
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530134
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530135&main_esm {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500136 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530137};
138
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530139&exp2 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500140 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530141};
142
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530143&mcu_fss0_ospi0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500144 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530145};
146
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530147&fss {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500148 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530149};
150
151&wkup_gpio0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500152 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530153};
154
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530155&ospi0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500156 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530157
158 flash@0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500159 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530160 };
161};
Keerthy71156c92020-03-04 10:09:59 +0530162
163&ospi1 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500164 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530165
166 flash@0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500167 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530168 };
169};
170
Vaishnav Achath490287c2022-05-09 11:50:12 +0530171&mcu_fss0_hpb0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500172 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530173};
174
175&wkup_gpio_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500176 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530177};
178
Keerthy71156c92020-03-04 10:09:59 +0530179&mcu_fss0_ospi1_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500180 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530181};