Commit 4dd2bd37 authored by Hiroshi Doyu's avatar Hiroshi Doyu Committed by Stephen Warren
Browse files

ARM: tegra: Add CPU nodes to Tegra20 device tree



Add CPU node for Tegra20.

Signed-off-by: default avatarHiroshi Doyu <hdoyu@nvidia.com>
Reviewed-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 5681f765
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -410,6 +410,23 @@
		status = "disabled";
	};

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

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

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

	pmu {
		compatible = "arm,cortex-a9-pmu";
		interrupts = <0 56 0x04