diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-01-11 15:11:54 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 10:40:49 -0700 |
commit | 7d19a34a89b8c5401bfa56c96fe05c644ecaeafe (patch) | |
tree | 94b88425a46fc44960e07c16e8fc6fd495c529bc /arch/arm/boot/dts/tegra30.dtsi | |
parent | 4dd2bd3736d1c40a9bcc12bd6d9a9fd30e99aa7a (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.dtsi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 529fdb82dfd..d7f5b54e61d 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -446,6 +446,35 @@ 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>; + }; + + cpu@2 { + device_type = "cpu"; + compatible = "arm,cortex-a9"; + reg = <2>; + }; + + cpu@3 { + device_type = "cpu"; + compatible = "arm,cortex-a9"; + reg = <3>; + }; + }; + pmu { compatible = "arm,cortex-a9-pmu"; interrupts = <0 144 0x04 |