Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add SMP support for Broadcom NSP

Add device tree changes required for providing SMP support
for Broadcom Northstar Plus SoC.

Signed-off-by: Kapil Hali <kapilh@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Kapil Hali and committed by
Florian Fainelli
944725fc 7418111f

+21
+21
arch/arm/boot/dts/bcm-nsp.dtsi
··· 41 41 model = "Broadcom Northstar Plus SoC"; 42 42 interrupt-parent = <&gic>; 43 43 44 + cpus { 45 + #address-cells = <1>; 46 + #size-cells = <0>; 47 + 48 + cpu@0 { 49 + device_type = "cpu"; 50 + compatible = "arm,cortex-a9"; 51 + next-level-cache = <&L2>; 52 + reg = <0x0>; 53 + }; 54 + 55 + cpu@1 { 56 + device_type = "cpu"; 57 + compatible = "arm,cortex-a9"; 58 + next-level-cache = <&L2>; 59 + enable-method = "brcm,bcm-nsp-smp"; 60 + secondary-boot-reg = <0xffff042c>; 61 + reg = <0x1>; 62 + }; 63 + }; 64 + 44 65 mpcore { 45 66 compatible = "simple-bus"; 46 67 ranges = <0x00000000 0x19000000 0x00023000>;