aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra30.dtsi
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-01-11 08:11:54 -0500
committerStephen Warren <swarren@nvidia.com>2013-01-28 12:40:49 -0500
commit7d19a34a89b8c5401bfa56c96fe05c644ecaeafe (patch)
tree94b88425a46fc44960e07c16e8fc6fd495c529bc /arch/arm/boot/dts/tegra30.dtsi
parent4dd2bd3736d1c40a9bcc12bd6d9a9fd30e99aa7a (diff)
ARM: tegra: Add CPU nodes to Tegra30 device tree
Add CPU node for Tegra30. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra30.dtsi29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 529fdb82dfdb..d7f5b54e61de 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -446,6 +446,35 @@
446 status = "disabled"; 446 status = "disabled";
447 }; 447 };
448 448
449 cpus {
450 #address-cells = <1>;
451 #size-cells = <0>;
452
453 cpu@0 {
454 device_type = "cpu";
455 compatible = "arm,cortex-a9";
456 reg = <0>;
457 };
458
459 cpu@1 {
460 device_type = "cpu";
461 compatible = "arm,cortex-a9";
462 reg = <1>;
463 };
464
465 cpu@2 {
466 device_type = "cpu";
467 compatible = "arm,cortex-a9";
468 reg = <2>;
469 };
470
471 cpu@3 {
472 device_type = "cpu";
473 compatible = "arm,cortex-a9";
474 reg = <3>;
475 };
476 };
477
449 pmu { 478 pmu {
450 compatible = "arm,cortex-a9-pmu"; 479 compatible = "arm,cortex-a9-pmu";
451 interrupts = <0 144 0x04 480 interrupts = <0 144 0x04