aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Jui <rjui@broadcom.com>2013-11-21 15:27:43 -0800
committerRay Jui <rjui@broadcom.com>2013-11-21 15:27:43 -0800
commitf12c6852c7053144726d8fd8d36a11f39e72cff5 (patch)
tree9e17b720c4313eaa6a53056089bdb36b8602b638
parent77d412fe8a169817c642c96a1c27edd0ebc222a1 (diff)
ARM: dts: enable SMP support for BCM11351 dtsreview/capri-smp
Signed-off-by: Ray Jui <rjui@broadcom.com>
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index 1aaf9b178d4..65478f49603 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -25,6 +25,28 @@
bootargs = "console=ttyS0,115200n8";
};
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ cpu0: cpu@0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a9";
+ reg = <0>;
+ };
+
+ cpu1: cpu@1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a9";
+ reg = <1>;
+ };
+ };
+
+ chip-reg@0x35004000 {
+ compatible = "brcm,bcm11351-chip-reg";
+ reg = <0x35004000 0x1ff>;
+ };
+
gic: interrupt-controller@3ff00100 {
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;