aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra30.dtsi
diff options
context:
space:
mode:
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