Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 767fd64a authored by Suman Anna's avatar Suman Anna
Browse files

arm64: dts: ti: k3-am64: Add aliases for R5F rproc nodes


Add aliases for all the R5F remoteproc processor cores present
within the MAIN domain and common to all the K3 AM64x boards.
The aliases use the stem "rproc". Note that each of the R5F1
cores and their corresponding aliases are uniquely identified
and used only if the corresponding R5F cluster/subsystem is
running in Split-mode.

The aliases can be overridden, if needed, in the respective
derivative board dts files.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent bfe19680
Branches
Tags
No related merge requests found
......@@ -27,6 +27,10 @@ aliases {
serial8 = &main_uart6;
ethernet0 = &cpsw_port1;
ethernet1 = &cpsw_port2;
rproc0 = &main_r5fss0_core0;
rproc1 = &main_r5fss0_core1;
rproc2 = &main_r5fss1_core0;
rproc3 = &main_r5fss1_core1;
};
chosen { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment