mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Move to using OF_UPSTREAM config and thus using the devicetree-rebasing subtree. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Acked-by: Sumit Garg <sumit.garg@linaro.org>
177 lines
1.6 KiB
Text
177 lines
1.6 KiB
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-j721e-binman.dtsi"
|
|
|
|
&cbass_main {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_navss {
|
|
bootph-all;
|
|
};
|
|
|
|
&cbass_mcu_wakeup {
|
|
bootph-all;
|
|
};
|
|
|
|
&chipid {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_navss {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_ringacc {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_udmap {
|
|
bootph-all;
|
|
};
|
|
|
|
&secure_proxy_main {
|
|
bootph-all;
|
|
};
|
|
|
|
&dmsc {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_pds {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_clks {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_reset {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_pmx0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_pmx0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_sdhci0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_sdhci1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_uart0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&serdes_ln_ctrl {
|
|
bootph-all;
|
|
};
|
|
|
|
&usb_serdes_mux {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_usbss0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&usbss0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&usb0 {
|
|
dr_mode = "peripheral";
|
|
bootph-all;
|
|
};
|
|
|
|
&main_mmc1_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_i2c0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_uart0 {
|
|
bootph-all;
|
|
status = "okay";
|
|
};
|
|
|
|
&wkup_i2c0 {
|
|
bootph-all;
|
|
status = "okay";
|
|
};
|
|
|
|
&main_i2c0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_i2c0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_esm {
|
|
bootph-all;
|
|
};
|
|
|
|
&exp2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_fss0_ospi0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&fss {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_gpio0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&ospi0 {
|
|
bootph-all;
|
|
|
|
flash@0 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&ospi1 {
|
|
bootph-all;
|
|
|
|
flash@0 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&mcu_fss0_hpb0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_gpio_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_fss0_ospi1_pins_default {
|
|
bootph-all;
|
|
};
|