[PATCH v4 09/10] ARM: sunplus: Add initial support for Sunplus SP7021 SoC
Randy Dunlap
rdunlap at infradead.org
Wed Nov 3 22:09:26 PDT 2021
On 11/3/21 7:57 PM, Qin Jian wrote:
> diff --git a/arch/arm/mach-sunplus/Kconfig b/arch/arm/mach-sunplus/Kconfig
> new file mode 100644
> index 000000000..f7ad76959
> --- /dev/null
> +++ b/arch/arm/mach-sunplus/Kconfig
> @@ -0,0 +1,20 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +
> +config SOC_SP7021
> + bool "Sunplus SP7021 SoC support"
> + default y
> + select CPU_V7
> + select ARM_GIC
> + select SUNPLUS_SP7021_INTC
> + select HAVE_SMP
> + select ARM_PSCI
> + select COMMON_CLK_SP7021
> + select PINCTRL
> + select PINCTRL_SPPCTL
> + select OF_OVERLAY
> + select GPIOLIB
> + help
> + Support for Sunplus SP7021 SoC. It is based on ARM 4-core
> + Cotex-A7 with various peripherals (ex: I2C, SPI, SDIO,
Is that Cortex-A7
?
> + Ethernet and etc.), FPGA interface, chip-to-chip bus.
> + It is designed for industrial control.
--
~Randy
More information about the linux-arm-kernel
mailing list