浏览代码

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

Add aliases for both the R5F remoteproc processor cores present
within the MCU domain and common to all K3 AM65x boards. The aliases
uses the stem "rproc". Note that the R5F1 core and it's alias is
uniquely identified and used only if the R5F cluster/subsystem is
running in Split (non-LockStep) mode.

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

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 7 年之前
父节点
当前提交
04f93babe6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm64/boot/dts/ti/k3-am65.dtsi

+ 2 - 0
arch/arm64/boot/dts/ti/k3-am65.dtsi

@@ -31,6 +31,8 @@
 		i2c3 = &main_i2c1;
 		i2c3 = &main_i2c1;
 		i2c4 = &main_i2c2;
 		i2c4 = &main_i2c2;
 		i2c5 = &main_i2c3;
 		i2c5 = &main_i2c3;
+		rproc0 = &mcu_r5fss0_core0;
+		rproc1 = &mcu_r5fss0_core1;
 	};
 	};
 
 
 	chosen { };
 	chosen { };