arm64: Broadcom Vulcan support
authorZi Shen Lim <zlim@broadcom.com>
Sat, 20 Feb 2016 14:19:20 +0000 (19:49 +0530)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sat, 20 Feb 2016 18:42:29 +0000 (10:42 -0800)
commit5bfb3889878756a7f6b673df1738c473424e169f
treeb01088c9c37753d0e585f5578e261afb267aa1da
parent382618bb1f7ef9bcd1622b40d443c9149af60c32
arm64: Broadcom Vulcan support

Add a configuration option and a device tree for Broadcom's Vulcan
ARM64 processor. vulcan.dtsi has the on-chip blocks like the PCIe
controller, GICv3 with ITS, PMU, system timer and the pl011 UART.
vulcan-eval.dts has definitions for a basic evaluation board.

Vulcan's processor cores support the ARMv8.1 instruction set and
will use "brcm,vulcan" as the compatible property. The firmware
has PSCI 0.2 support for cpu wakeup.

Signed-off-by: Zi Shen Lim <zlim@broadcom.com>
[ updated and split dts - jchandra@broadcom.com ]
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/broadcom/Makefile
arch/arm64/boot/dts/broadcom/vulcan-eval.dts [new file with mode: 0644]
arch/arm64/boot/dts/broadcom/vulcan.dtsi [new file with mode: 0644]