This change adds the basic support for Broadcom's ARM64 based Broadband SoC BCM63158. The initial support includes a bare-bone dts for quad core ARM A53 with a ARM PL011 uart. Linux kernel image can be built with the ARM64 defconfig. Changes in v2: - Simplify dt-bindings patch subject line - Change internal bus address and size cells from 2 to 1 - Fix pmu compatible string - Remove unnecessary cpu_on and cpu_off properties from psci node - Add the missing gic registers and interrupts property to gic node William Zhang (5): dt-bindings: arm64: add bcm63158 SoC arm64: bcmbca: add arch bcmbca machine entry arm64: dts: add dts files for bcmbca soc 63158 MAINTAINERS: add bcm63158 to bcmbca arch entry arm64: defconfig: enable bcmbca soc support .../bindings/arm/bcm/brcm,bcmbca.yaml | 7 + MAINTAINERS | 2 + arch/arm64/Kconfig.platforms | 9 ++ arch/arm64/boot/dts/broadcom/Makefile | 1 + arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 2 + .../boot/dts/broadcom/bcmbca/bcm63158.dtsi | 128 ++++++++++++++++++ .../boot/dts/broadcom/bcmbca/bcm963158.dts | 30 ++++ arch/arm64/configs/defconfig | 1 + 8 files changed, 180 insertions(+) create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/Makefile create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts -- 2.36.1
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature