Skip to content

Commit

Permalink
dts: xilinx: add dtsi files for both r5f cores
Browse files Browse the repository at this point in the history
Xilinx ZynqMP platform has cortex-r5 cluster which can be
configured in lockstep or split mode. In lockstep mode
only one core is available where as in split mode two cores
can run independently in AMP mode. Introduce dtsi files for
RPU core0 and core1 to include separtely in case application
is being built for Asynchronous MultiProcessing use.

Signed-off-by: Tanmay Shah <[email protected]>
  • Loading branch information
tnmysh committed Oct 18, 2023
1 parent 5ba709c commit 550ab04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dts/arm/xilinx/zynqmp_rpu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
reg = <0>;
};

cpu1: cpu@1 {
status = "disabled";
device_type = "cpu";
compatible = "arm,cortex-r5f";
reg = <0>;
};

cpu1: cpu@1 {
status = "disabled";
device_type = "cpu";
Expand Down

0 comments on commit 550ab04

Please sign in to comment.