Skip to content

Commit

Permalink
[ARM] dtsi: added secondery CPU nodes for zynqmp
Browse files Browse the repository at this point in the history
This code adds all secondary CPU nodes in zynqmp device tree.

Signed-off-by: Bhargav Shah <bhargavshah1988@gmail.com>
  • Loading branch information
bhargavshah1988 authored and avpatel committed Jan 13, 2017
1 parent df43a8d commit bc92636
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm/board/generic/dts/zynqmp/zynqmp.dtsi
Expand Up @@ -16,6 +16,27 @@
enable-method = "psci";
reg = <0x0>;
};

cpu@1 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
reg = <0x1>;
};

cpu@2 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
reg = <0x2>;
};

cpu@3 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
reg = <0x3>;
};
};

memory {
Expand Down

0 comments on commit bc92636

Please sign in to comment.