mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
77c29cb1b6
Support has been added for both HS-SE(SR 2.0) and GP(SR 2.0) images. HS-SE: * tiboot3-am65x_sr2-hs-evm.bin * sysfw-am65x_sr2-hs-evm.itb * tispl.bin * u-boot.img GP: * tiboot3.bin --> tiboot3-am65x_sr2-gp-evm.bin * sysfw.itb --> sysfw-am65x_sr2-gp-evm.itb * tispl.bin_unsigned * u-boot.img_unsigned Note that the bootflow followed by AM65x requires: tiboot3.bin: * R5 SPL * R5 SPL dtbs sysfw.itb: * sysfw * board-cfg * pm-cfg * sec-cfg * rm-cfg tispl.bin: * ATF * OP-TEE * A53 SPL * A53 SPL dtbs u-boot.img: * A53 U-Boot * A53 U-Boot dtbs Reviewed-by: Simon Glass <sjg@chromium.org> [afd@ti.com: changed output binary names appropriately] Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
83 lines
1 KiB
Text
83 lines
1 KiB
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2018-2021 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-am654-r5-base-board-u-boot.dtsi"
|
|
#include "k3-am65x-binman.dtsi"
|
|
|
|
&pru0_0 {
|
|
remoteproc-name = "pru0_0";
|
|
};
|
|
|
|
&rtu0_0 {
|
|
remoteproc-name = "rtu0_0";
|
|
};
|
|
|
|
&tx_pru0_0 {
|
|
remoteproc-name = "tx_pru0_0";
|
|
};
|
|
|
|
&pru0_1 {
|
|
remoteproc-name = "pru0_1";
|
|
};
|
|
|
|
&rtu0_1 {
|
|
remoteproc-name = "rtu0_1";
|
|
};
|
|
|
|
&tx_pru0_1 {
|
|
remoteproc-name = "tx_pru0_1";
|
|
};
|
|
|
|
&pru1_0 {
|
|
remoteproc-name = "pru1_0";
|
|
};
|
|
|
|
&rtu1_0 {
|
|
remoteproc-name = "rtu1_0";
|
|
};
|
|
|
|
&tx_pru1_0 {
|
|
remoteproc-name = "tx_pru1_0";
|
|
};
|
|
|
|
&pru1_1 {
|
|
remoteproc-name = "pru1_1";
|
|
};
|
|
|
|
&rtu1_1 {
|
|
remoteproc-name = "rtu1_1";
|
|
};
|
|
|
|
&tx_pru1_1 {
|
|
remoteproc-name = "tx_pru1_1";
|
|
};
|
|
|
|
&pru2_0 {
|
|
remoteproc-name = "pru2_0";
|
|
};
|
|
|
|
&rtu2_0 {
|
|
remoteproc-name = "rtu2_0";
|
|
};
|
|
|
|
&tx_pru2_0 {
|
|
remoteproc-name = "tx_pru2_0";
|
|
};
|
|
|
|
&pru2_1 {
|
|
remoteproc-name = "pru2_1";
|
|
};
|
|
|
|
&rtu2_1 {
|
|
remoteproc-name = "rtu2_1";
|
|
};
|
|
|
|
&tx_pru2_1 {
|
|
remoteproc-name = "tx_pru2_1";
|
|
};
|
|
|
|
&mcu_r5fss0 {
|
|
ti,cluster-mode = <0>;
|
|
};
|