mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-03 23:07:12 +00:00
The R5 board file for U-Boot should be the same as the board file copied from Linux with a few alterations to work with the R5's view of the SoC. First we need to unify the R5 board file and it's U-Boot overlay before we can unify the Linux board file with this one. Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>
82 lines
1,008 B
Text
82 lines
1,008 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2018-2021 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#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>;
|
|
};
|