1
0
Fork 0

ARM: tegra: Add CPU nodes to Tegra20 device tree

Add CPU node for Tegra20.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
hifive-unleashed-5.1
Hiroshi Doyu 2013-01-11 15:26:55 +02:00 committed by Stephen Warren
parent 5681f76576
commit 4dd2bd3736
1 changed files with 17 additions and 0 deletions

View File

@ -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