Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41e4cdb9 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek
Browse files

arm: dt: zynq: Add 'cpus' node



Add a 'cpus' node to describe the CPU cores of Zynq.

Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: default avatarPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 204accaf
Loading
Loading
Loading
Loading
+19 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,25 @@
/ {
/ {
	compatible = "xlnx,zynq-7000";
	compatible = "xlnx,zynq-7000";


	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <0>;
			clocks = <&clkc 3>;
		};

		cpu@1 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <1>;
			clocks = <&clkc 3>;
		};
	};

	pmu {
	pmu {
		compatible = "arm,cortex-a9-pmu";
		compatible = "arm,cortex-a9-pmu";
		interrupts = <0 5 4>, <0 6 4>;
		interrupts = <0 5 4>, <0 6 4>;