Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d3138b7 authored by Alex Elder's avatar Alex Elder Committed by Matt Porter
Browse files

ARM: dts: enable SMP support for bcm21664



Define nodes representing the two Cortex A9 CPUs in a bcm21644 SoC.

Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
parent a62451c3
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -27,6 +27,25 @@
		bootargs = "console=ttyS0,115200n8";
	};

       cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		enable-method = "brcm,bcm11351-cpu-method";
		secondary-boot-reg = <0x35004178>;

		cpu0: cpu@0 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0>;
		};

		cpu1: cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <1>;
		};
	};

	gic: interrupt-controller@3ff00100 {
		compatible = "arm,cortex-a9-gic";
		#interrupt-cells = <3>;