mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
146 lines
1.4 KiB
Text
146 lines
1.4 KiB
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-j721s2-binman.dtsi"
|
|
|
|
&wkup_i2c0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&cbass_main {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_navss {
|
|
bootph-all;
|
|
};
|
|
|
|
&cbass_mcu_wakeup {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_conf {
|
|
bootph-all;
|
|
};
|
|
|
|
&chipid {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_navss {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_ringacc {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_udmap {
|
|
bootph-all;
|
|
};
|
|
|
|
&secure_proxy_main {
|
|
bootph-all;
|
|
};
|
|
|
|
&sms {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_pmx0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_uart8_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_mmc1_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_usbss0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_pmx0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_pmx1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_pmx2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_pmx3 {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_pds {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_clks {
|
|
bootph-all;
|
|
};
|
|
|
|
&k3_reset {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_uart8 {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_sdhci1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&ospi1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usbss0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&usb0 {
|
|
dr_mode = "peripheral";
|
|
bootph-all;
|
|
};
|
|
|
|
#ifdef CONFIG_TARGET_J721S2_A72_EVM
|
|
|
|
#define SPL_AM68_SK_DTB "spl/dts/ti/k3-am68-sk-base-board.dtb"
|
|
#define AM68_SK_DTB "u-boot.dtb"
|
|
|
|
&spl_j721s2_evm_dtb {
|
|
filename = SPL_AM68_SK_DTB;
|
|
};
|
|
|
|
&j721s2_evm_dtb {
|
|
filename = AM68_SK_DTB;
|
|
};
|
|
|
|
&spl_j721s2_evm_dtb_unsigned {
|
|
filename = SPL_AM68_SK_DTB;
|
|
};
|
|
|
|
&j721s2_evm_dtb_unsigned {
|
|
filename = AM68_SK_DTB;
|
|
};
|
|
|
|
#endif
|