Skip to content
Snippets Groups Projects
Commit 2984b82b authored by Keerthy's avatar Keerthy Committed by Lokesh Vutla
Browse files

arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL


Enable MAIN domain r5fss0 cluster and its core0 in R5 spl.

Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent b14d56f2
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,15 @@
compatible = "u-boot,fs-loader";
};
};
&main_r5fss0 {
u-boot,dm-spl;
};
&main_r5fss0_core0 {
u-boot,dm-spl;
};
&main_r5fss0_core1 {
u-boot,dm-spl;
};
......@@ -13,6 +13,8 @@
aliases {
remoteproc0 = &sysctrler;
remoteproc1 = &a72_0;
remoteproc2 = &main_r5fss0_core0;
remoteproc3 = &main_r5fss0_core1;
};
chosen {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment