arm: Add support for the Broadcom Northstar SoCs
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 24 Apr 2023 07:38:29 +0000 (09:38 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 May 2023 18:23:58 +0000 (14:23 -0400)
commitd3d9cd8ee1c2144be87e1f8456e6dbf6e1670d18
tree6218ec3e00cc703b6209fc3c36dc67b9d2607994
parent8a5122bfd3bb8b60aba18788f1ce4d1d772c45a2
arm: Add support for the Broadcom Northstar SoCs

The original Northstar is an ARM SoC series that comprise
BCM4709x and BCM5301x and uses a dual-core Cortex A9, the
global timer and a few other things.

This series should not be confused with North Star Plus
(NSP) which is partly supported by U-Boot already.

The SoC is well supported by the Linux kernel and OpenWrt
as it is used in many routers.

Since we currently don't need any chip-specific quirks
and can get the system up from just the device tree, a
mach-* directory doesn't even need to be added, just
some small Kconfig fragments.

Cc: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig