blob: aa919b4070272bc127b4c8f6021d5a046549e9bd [file] [log] [blame]
Lokesh Vutlaac736802019-06-13 10:29:55 +05301// SPDX-License-Identifier: GPL-2.0
2/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutlaac736802019-06-13 10:29:55 +05304 */
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};
51
52&k3_pds {
Nishanth Menond16f3d72023-10-05 13:15:14 -050053 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053054};
55
56&k3_clks {
Nishanth Menond16f3d72023-10-05 13:15:14 -050057 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053058};
59
60&k3_reset {
Nishanth Menond16f3d72023-10-05 13:15:14 -050061 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053062};
63
64&wkup_pmx0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050065 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053066};
67
68&main_pmx0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050069 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053070};
71
72&main_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050073 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053074};
75
76&mcu_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050077 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053078};
79
80&main_sdhci0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050081 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053082};
83
84&main_sdhci1 {
Nishanth Menond16f3d72023-10-05 13:15:14 -050085 bootph-all;
Lokesh Vutlaac736802019-06-13 10:29:55 +053086};
Vignesh Raghavendra268dad22019-12-04 22:17:24 +053087
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +053088&main_uart0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -050089 bootph-all;
Kishon Vijay Abraham I7f3a3092021-07-21 21:28:40 +053090};
91
Roger Quadros672caea2024-01-31 15:33:48 +020092&serdes_ln_ctrl {
93 bootph-all;
94};
95
96&usb_serdes_mux {
97 bootph-all;
98};
99
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530100&main_usbss0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500101 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530102};
103
104&usbss0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500105 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530106};
107
108&usb0 {
109 dr_mode = "peripheral";
Nishanth Menond16f3d72023-10-05 13:15:14 -0500110 bootph-all;
Vignesh Raghavendra04ed4932019-11-18 19:16:35 +0530111};
112
Faiz Abbasc67d3892020-01-16 19:42:21 +0530113&main_mmc1_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500114 bootph-all;
Faiz Abbasc67d3892020-01-16 19:42:21 +0530115};
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530116
117&wkup_i2c0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500118 bootph-all;
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530119};
120
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530121&wkup_uart0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500122 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530123 status = "okay";
Andreas Dannenberg0fe40e92020-01-07 13:15:56 +0530124};
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530125
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530126&wkup_i2c0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500127 bootph-all;
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530128 status = "okay";
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530129};
130
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530131&main_i2c0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500132 bootph-all;
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530133};
134
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530135&main_i2c0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500136 bootph-all;
Vignesh Raghavendra8a290cc2020-01-27 23:22:15 +0530137};
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530138
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530139&main_esm {
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&exp2 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500144 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530145};
146
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530147&mcu_fss0_ospi0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500148 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530149};
150
Neha Malcom Franciscf5bc692023-09-27 18:39:56 +0530151&fss {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500152 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530153};
154
155&wkup_gpio0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500156 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530157};
158
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530159&ospi0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500160 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530161
162 flash@0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500163 bootph-all;
Vignesh Raghavendrada674372020-02-04 11:09:52 +0530164 };
165};
Keerthy71156c92020-03-04 10:09:59 +0530166
167&ospi1 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500168 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530169
170 flash@0 {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500171 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530172 };
173};
174
Vaishnav Achath490287c2022-05-09 11:50:12 +0530175&mcu_fss0_hpb0_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500176 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530177};
178
179&wkup_gpio_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500180 bootph-all;
Vaishnav Achath490287c2022-05-09 11:50:12 +0530181};
182
Keerthy71156c92020-03-04 10:09:59 +0530183&mcu_fss0_ospi1_pins_default {
Nishanth Menond16f3d72023-10-05 13:15:14 -0500184 bootph-all;
Keerthy71156c92020-03-04 10:09:59 +0530185};